misc/libphyslayer/hwpacksmounter.h
author unc0rr
Mon, 20 Jan 2014 00:25:40 +0400
changeset 10022 eb981a03de90
parent 9991 3858d99476f5
child 10015 4feced261c68
permissions -rw-r--r--
- Make Racer report achievements - Add official racer challenge map #1 - Helper script to detect official challenge maps by land digest

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#include "physfscompat.h"

#ifdef __cplusplus
extern "C" {
#endif

PHYSFS_DECL void hedgewarsMountPackages();
PHYSFS_DECL void hedgewarsMountPackage(char * fileName);

#ifdef __cplusplus
}
#endif

#endif