misc/physfs/extras/hwpacksmounter.h
author Mitchell Kember <mk12360@gmail.com>
Tue, 04 Dec 2012 16:53:47 -0500
changeset 8229 251f38da9935
parent 8119 257ffa847aa2
permissions -rw-r--r--
Cleaned up frontend options a bit and added a couple WhatsThis messages.

#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