misc/physfs/extras/hwpacksmounter.h
author dag10
Tue, 29 Jan 2013 01:41:41 -0500
changeset 8458 a7ff58c92d2e
parent 8119 257ffa847aa2
permissions -rw-r--r--
Added roomnameprompt.h/cpp. Sorry 'bout that.

#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