misc/physfs/extras/hwpacksmounter.h
author unc0rr
Thu, 06 Dec 2012 00:04:23 +0400
changeset 8239 c9359078a2ed
parent 8119 257ffa847aa2
permissions -rw-r--r--
Better check for bans

#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