misc/libphyslayer/hwpacksmounter.h
author koda
Tue, 26 Mar 2013 01:18:04 +0100
branch0.9.19
changeset 8926 8fde68cfeb71
parent 8524 a65e9bcf0a03
child 8978 e6ef8fe314bd
permissions -rw-r--r--
link stdc++ (for physfs on linux) only when targetting 32bit (grafted from db108c85131501e1ac4ded2758f742836f83f4b5)

#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