misc/physfs/extras/hwpacksmounter.h
author unc0rr
Thu, 29 Nov 2012 22:50:08 +0400
changeset 8140 a098374b847b
parent 8119 257ffa847aa2
permissions -rw-r--r--
A bit of refactoring

#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