misc/physfs/extras/hwpacksmounter.h
author unc0rr
Sun, 16 Dec 2012 12:16:21 +0400
changeset 8303 6331bceac95c
parent 8119 257ffa847aa2
permissions -rw-r--r--
Pass ROUND_FINISHED to engine so it could stop syncing

#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