misc/physfs/extras/hwpacksmounter.h
author Marco Bresciani
Fri, 07 Dec 2012 11:05:17 -0500
branchflibqtfrontend
changeset 8265 c678e5105c31
parent 8119 257ffa847aa2
permissions -rw-r--r--
updated frontend translation

#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