misc/physfs/extras/hwpacksmounter.h
author unc0rr
Sat, 19 Jan 2013 21:51:41 +0400
changeset 8403 fbc6e7602e05
parent 8119 257ffa847aa2
permissions -rw-r--r--
- Allow server admins to use DELEGATE even when not room owner - Show number of clients per version table on /stats command

#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