misc/physfs/extras/hwpacksmounter.h
author unc0rr
Wed, 05 Dec 2012 23:51:04 +0400
changeset 8235 f29c55ea93ed
parent 8119 257ffa847aa2
permissions -rw-r--r--
Show who's in game to spectators

#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