#ifndef HEDGEWARS_PACKAGES_MOUNTER_H #define HEDGEWARS_PACKAGES_MOUNTER_H #ifdef __cplusplus extern "C" { #endif void hedgewarsMountPackages(); #ifdef __cplusplus } #endif #endif