misc/physfs/extras/hwpacksmounter.h
author koda
Sat, 24 Nov 2012 01:30:46 +0100
changeset 8119 257ffa847aa2
parent 8052 845b5ae03841
permissions -rw-r--r--
physfs: no carbon depency on osx, add cdecl attributes on extra functions

#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