misc/libphyslayer/hwpacksmounter.h
author sheepluva
Sun, 14 Apr 2013 12:11:02 +0200
branch0.9.19
changeset 8879 9cc6d672df75
parent 8524 a65e9bcf0a03
child 8978 e6ef8fe314bd
permissions -rw-r--r--
cleaning up nemo's mess :P ( re3407eef6b5474b2a3ea49ea49e354dc05144005 )

#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