misc/physfs/extras/hwpacksmounter.h
author inu
Fri, 18 Jan 2013 11:30:09 +0100
changeset 8398 d63a0f9d2ccb
parent 8119 257ffa847aa2
permissions -rw-r--r--
pt_PT update

#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