misc/physfs/extras/hwpacksmounter.h
author nemo
Fri, 22 Feb 2013 14:42:57 -0500
changeset 8556 6f4c2711baa6
parent 8119 257ffa847aa2
permissions -rw-r--r--
oops. forgot this one.

#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