misc/physfs/extras/hwpacksmounter.h
author unc0rr
Wed, 13 Feb 2013 22:59:41 +0400
changeset 8503 e60c84b42f4d
parent 8119 257ffa847aa2
permissions -rw-r--r--
Pass hogs names and hats

#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