misc/physfs/extras/hwpacksmounter.h
author koda
Sat, 01 Dec 2012 21:10:15 +0100
changeset 8173 976f112e24a9
parent 8119 257ffa847aa2
permissions -rw-r--r--
also this can be deleted

#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