misc/physfs/extras/hwpacksmounter.h
author koda
Fri, 22 Feb 2013 05:05:32 +0100
branchphysfslayer
changeset 8520 1dedcc37bfe8
parent 8119 257ffa847aa2
permissions -rw-r--r--
reopen and update branch

#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