misc/physfs/extras/hwpacksmounter.h
author vitiv <nikita.utiu@gmail.com>
Thu, 03 Jan 2013 17:14:14 +0200
changeset 8356 b5cf1f29ab14
parent 8119 257ffa847aa2
permissions -rw-r--r--
Tweaked the resolution option layout.

#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