misc/libphyslayer/hwpacksmounter.h
author sheepluva
Wed, 15 Jan 2014 23:48:18 +0100
changeset 9991 3858d99476f5
parent 8978 e6ef8fe314bd
child 10015 4feced261c68
permissions -rw-r--r--
add compatibility for physicsfs 2.0

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#include "physfscompat.h"

#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif

#endif