misc/libphyslayer/hwpacksmounter.h
author nemo
Sat, 18 Jan 2014 08:09:55 -0500
changeset 10012 82dd9f0c88f7
parent 9991 3858d99476f5
child 10015 4feced261c68
permissions -rw-r--r--
Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.

#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