misc/physfs/extras/hwpacksmounter.h
author nemo
Sun, 24 Feb 2013 14:14:09 -0500
changeset 8573 4e663f53bd09
parent 8119 257ffa847aa2
permissions -rw-r--r--
*sigh* somehow misplaced this. this should have been rd9627d65edf7

#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