misc/physfs/extras/hwpacksmounter.h
author dag10
Sat, 09 Feb 2013 19:14:58 -0500
changeset 8491 f0f167f7a4a6
parent 8119 257ffa847aa2
permissions -rw-r--r--
Credit links now yellow instead of blue.

#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