misc/physfs/extras/hwpacksmounter.h
author unc0rr
Thu, 21 Feb 2013 01:35:14 +0400
changeset 8529 124b49fa408b
parent 8119 257ffa847aa2
permissions -rw-r--r--
We need this to fix hedgehog numbers desync (workarounded in previous revision)

#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