misc/physfs/extras/hwpacksmounter.h
author Joe Doyle (Ginto8) <ginto8@gmail.com>
Fri, 30 Nov 2012 22:08:06 -0500
changeset 8160 f837447298c3
parent 8119 257ffa847aa2
permissions -rw-r--r--
Make user folder default to global folder in hwengine

#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