misc/physfs/extras/hwpacksmounter.h
author nemo
Fri, 22 Feb 2013 21:44:00 -0500
changeset 8564 dadfda4ba248
parent 8119 257ffa847aa2
permissions -rw-r--r--
prevent drilling into hogs w/ drill rocket

#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