misc/physfs/extras/hwpacksmounter.h
author koda
Wed, 20 Feb 2013 02:21:58 +0100 (2013-02-20)
branchwebgl
changeset 8450 404ddce27b23
parent 8119 257ffa847aa2
permissions -rw-r--r--
add support for clang 3.3 (although there has to be a better way for this) and output right version number
#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