misc/physfs/extras/hwpacksmounter.h
author koda
Thu, 06 Dec 2012 01:54:34 +0100
branchflibqtfrontend
changeset 8257 54536ee368f3
parent 8119 257ffa847aa2
permissions -rw-r--r--
GCI2012: Refactor Authors Page

#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