misc/physfs/extras/hwpacksmounter.h
author unc0rr
Tue, 20 Nov 2012 00:10:12 +0400
changeset 8070 66bc20d089fc
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
Okay, remove previous request only if it has same parent as this one. Fixes the last note of previous commit (which was nearly impossible to hit, but whatever, just cleaning implementation)

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif