misc/libphyslayer/hwpacksmounter.h
author koda
Wed, 03 Apr 2013 23:56:59 +0200
changeset 8838 aa2ffd427f6a
parent 8524 a65e9bcf0a03
child 8978 e6ef8fe314bd
permissions -rw-r--r--
strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch

#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