misc/physfs/extras/hwpacksmounter.h
author unc0rr
Sat, 08 Dec 2012 20:23:13 +0400
changeset 8274 7324298dbcc1
parent 8119 257ffa847aa2
permissions -rw-r--r--
Unbreak build

#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