misc/physfs/extras/hwpacksmounter.h
author nemo
Wed, 28 Nov 2012 10:57:07 -0500
changeset 8131 2c8e8c204490
parent 8119 257ffa847aa2
permissions -rw-r--r--
merge

#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