misc/physfs/extras/hwpacksmounter.h
author unc0rr
Tue, 20 Nov 2012 22:29:58 +0400 (2012-11-20)
changeset 8076 5ee474476ae1
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
Fix SDL library name
#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif