misc/physfs/extras/hwpacksmounter.h
author Urbertar@gmail.com
Sat, 23 Feb 2013 19:34:02 +0200
branchicegun
changeset 8554 84a279d0556c
parent 8119 257ffa847aa2
permissions -rw-r--r--
Add change ice gun image

#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