misc/libphyslayer/hwpacksmounter.h
author nemo
Mon, 30 Sep 2013 13:43:55 -0400
changeset 9481 fbf61ef67c7b
parent 8978 e6ef8fe314bd
child 9264 21df1a0ec9ed
child 9991 3858d99476f5
permissions -rw-r--r--
toss in a quick n dirty blacking out of the world beyond the barrier. still want to add edge effects, cross effects

#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