misc/physfs/extras/hwpacksmounter.h
author nemo
Tue, 29 Jan 2013 13:45:31 -0500
changeset 8460 75e771c3c039
parent 8119 257ffa847aa2
permissions -rw-r--r--
fix EndGame call. w/o a proper exit, demos weren't being saved

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#ifdef __cplusplus
extern "C" {
#endif

PHYSFS_DECL void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif