misc/libphyslayer/hwpacksmounter.h
author nemo
Mon, 30 Dec 2013 18:29:23 -0500
branch0.9.20
changeset 9885 34e8880f1f0a
parent 8978 e6ef8fe314bd
child 9264 21df1a0ec9ed
child 9991 3858d99476f5
permissions -rw-r--r--
missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#ifdef __cplusplus
extern "C" {
#endif

PHYSFS_DECL void hedgewarsMountPackages();
PHYSFS_DECL void hedgewarsMountPackage(char * fileName);

#ifdef __cplusplus
}
#endif

#endif