misc/physfs/extras/hwpacksmounter.h
author koda
Thu, 03 Jan 2013 10:43:40 +0100
changeset 8360 082ccf48bc06
parent 8119 257ffa847aa2
permissions -rw-r--r--
simplified physfs cmake

#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