misc/physfs/extras/hwpacksmounter.h
author unc0rr
Mon, 10 Dec 2012 11:45:21 +0400
changeset 8286 2e7eedac380d
parent 8119 257ffa847aa2
permissions -rw-r--r--
Fix windows build broken in raf97cdbb7713

#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