misc/physfs/extras/hwpacksmounter.h
author koda
Wed, 19 Dec 2012 19:33:49 +0100
changeset 8315 b3875e10a8ae
parent 8119 257ffa847aa2
permissions -rw-r--r--
edit rpath manually, allowing frontend+libengine to run on linux too

#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