misc/physfs/extras/hwpacksmounter.h
author koda
Mon, 24 Dec 2012 15:41:45 +0100
changeset 8323 ab0b618bdf13
parent 8119 257ffa847aa2
permissions -rw-r--r--
get executable directory at runtime rather than configure time

#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