misc/libphyslayer/hwpacksmounter.h
author koda
Tue, 04 Jun 2013 15:40:25 +0200
branch0.9.19
changeset 9115 36561f3c5345
parent 8978 e6ef8fe314bd
child 9264 21df1a0ec9ed
child 9991 3858d99476f5
permissions -rw-r--r--
forgot this from r f529fba57ba5 (thanks LocutusOfBorg1)

#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