misc/physfs/extras/hwpacksmounter.h
author Marco Bresciani
Tue, 29 Jan 2013 16:18:36 +0100
changeset 8500 7a20d3142284
parent 8119 257ffa847aa2
permissions -rw-r--r--
Some more Italian translation... still in progress.

#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