misc/physfs/extras/hwpacksmounter.h
author koda
Sun, 27 Jan 2013 00:01:26 +0100
changeset 8443 2debc9b9f917
parent 8119 257ffa847aa2
permissions -rw-r--r--
remove trailing whitespaces from share too

#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