misc/libphyslayer/hwpacksmounter.h
author dag10
Sun, 07 Apr 2013 19:42:02 -0400
changeset 8886 5c521d1fdd63
parent 8524 a65e9bcf0a03
child 8978 e6ef8fe314bd
permissions -rw-r--r--
Fixed map preview overlap on certain locales (Fixes issue #549). Fixed overlapping of team selection widget and game cfg widget.

#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