misc/physfs/extras/hwpacksmounter.h
author unc0rr
Mon, 28 Jan 2013 00:50:00 +0400
changeset 8452 170afc3ac39f
parent 8119 257ffa847aa2
permissions -rw-r--r--
Also rooms per version stats

#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