misc/physfs/extras/hwpacksmounter.h
author dag10
Mon, 21 Jan 2013 14:07:39 -0500
changeset 8419 d99f46b676b5
parent 8119 257ffa847aa2
permissions -rw-r--r--
Prepends an asterisk on maps, styles, and themes that are DLC. (Resolves issue #515)

#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