misc/physfs/extras/hwpacksmounter.h
author Urbertar@gmail.com
Sun, 24 Feb 2013 21:40:06 +0200
branchicegun
changeset 8557 18330b24b92c
parent 8119 257ffa847aa2
permissions -rw-r--r--
Add freezing hogs with icegun

#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