misc/physfs/extras/hwpacksmounter.h
author koda
Sat, 24 Nov 2012 18:31:49 +0100
changeset 8124 499151efdd72
parent 8119 257ffa847aa2
permissions -rw-r--r--
link physfs on ios, add its library and (most importantly) implement automatic dependencies resolution

#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