misc/physfs/extras/hwpacksmounter.h
author unc0rr
Thu, 06 Dec 2012 00:38:12 +0400
branchflibqtfrontend
changeset 8244 0f8893faeb00
parent 8119 257ffa847aa2
permissions -rw-r--r--
Command to delegate room to other player

#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