misc/physfs/extras/hwpacksmounter.h
author koda
Sat, 08 Dec 2012 15:38:16 +0100
changeset 8272 93d8c77a13e8
parent 8119 257ffa847aa2
permissions -rw-r--r--
removing the optimisation that caused (most likely) the lua crashes on osx

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#ifdef __cplusplus
extern "C" {
#endif

PHYSFS_DECL void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif