misc/libphyslayer/hwpacksmounter.h
author nemo
Thu, 31 Oct 2013 21:04:39 -0400
changeset 9664 1e528c58e41d
parent 8978 e6ef8fe314bd
child 9264 21df1a0ec9ed
child 9991 3858d99476f5
permissions -rw-r--r--
ok. this should avoid calling switch inappropriately. also, add skip to trophyrace and add the per-team achievement reporting.

#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