misc/physfs/extras/hwpacksmounter.h
author unc0rr
Fri, 08 Feb 2013 23:38:14 +0400
changeset 8482 5656a73fe3c3
parent 8119 257ffa847aa2
permissions -rw-r--r--
Fix official server build

#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