misc/physfs/extras/hwpacksmounter.h
author dag10 <gottlieb.drew@gmail.com>
Mon, 14 Jan 2013 15:26:00 -0500
changeset 8388 e51211f92de1
parent 8119 257ffa847aa2
permissions -rw-r--r--
Fixed disabled QSpinBox border color.

#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