misc/physfs/extras/hwpacksmounter.h
author unc0rr
Tue, 27 Nov 2012 00:29:41 +0400
branchflibqtfrontend
changeset 8130 4cab13c82b4e
parent 8119 257ffa847aa2
permissions -rw-r--r--
No more crashes when running quick game

#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