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