misc/physfs/extras/hwpacksmounter.h
author unc0rr
Thu, 06 Dec 2012 00:24:20 +0400
changeset 8245 d1a830c304c7
parent 8119 257ffa847aa2
permissions -rw-r--r--
Change room name if room admin is kicked

#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