misc/physfs/extras/hwpacksmounter.h
author Ondrej Skopek <skopekondrej@gmail.com>
Wed, 12 Dec 2012 16:17:32 +0100
changeset 8295 6ef114ea2298
parent 8119 257ffa847aa2
permissions -rw-r--r--
fixed minor problem with saving hash

#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