misc/physfs/extras/hwpacksmounter.h
author nemo
Fri, 14 Dec 2012 09:58:26 -0500
changeset 8292 c284ea71a4f8
parent 8119 257ffa847aa2
permissions -rw-r--r--
*sigh*

#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