misc/physfs/extras/hwpacksmounter.h
author unc0rr
Thu, 21 Feb 2013 01:37:04 +0400
changeset 8531 5e7f01d78ab0
parent 8119 257ffa847aa2
permissions -rw-r--r--
Unbreak build

#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