misc/physfs/extras/hwpacksmounter.h
author dag10
Mon, 14 Jan 2013 13:28:03 +0100
changeset 8384 a6e7a95f3b2e
parent 8119 257ffa847aa2
permissions -rw-r--r--
GCI2012: Abstract Page Load

#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