misc/libphyslayer/hwpacksmounter.h
author sheepluva
Sun, 19 Jan 2014 17:53:16 +0100
changeset 10021 7f36194af01c
parent 9991 3858d99476f5
child 10015 4feced261c68
permissions -rw-r--r--
no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#include "physfscompat.h"

#ifdef __cplusplus
extern "C" {
#endif

PHYSFS_DECL void hedgewarsMountPackages();
PHYSFS_DECL void hedgewarsMountPackage(char * fileName);

#ifdef __cplusplus
}
#endif

#endif