misc/physfs/extras/hwpacksmounter.h
author Mrowqa
Tue, 04 Dec 2012 09:24:10 +0100
changeset 8260 83d85e32c713
parent 8119 257ffa847aa2
permissions -rw-r--r--
GCI2012: Corrected headers for generate documentation (doxygen)

#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