misc/physfs/extras/hwpacksmounter.h
author nemo
Sun, 10 Feb 2013 09:22:29 -0500
changeset 8493 1a84f8b08ca7
parent 8119 257ffa847aa2
permissions -rw-r--r--
oops. more specific ammo tests. maybe could use a few more properties

#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