misc/libphysfs/extras/hwpacksmounter.h
author koda
Fri, 22 Feb 2013 05:15:48 +0100
branchphysfslayer
changeset 8522 1853628ae285
parent 8119 misc/physfs/extras/hwpacksmounter.h@257ffa847aa2
permissions -rw-r--r--
use standard library prefix

#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