diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-22 06:04:01 +0100 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-22 06:04:01 +0100 |
commit | 0042dd649d9cc5a4986a83f926b936dc881451b9 (patch) | |
tree | d968afa4a83105bee034c3438230e92650eb835d /include | |
parent | aa8b3891bf39dd68e75dff0d6cd01f9b45bcf18b (diff) |
start decompiling item_use.c again
Diffstat (limited to 'include')
-rw-r--r-- | include/fieldmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h new file mode 100644 index 000000000..936d27b4a --- /dev/null +++ b/include/fieldmap.h @@ -0,0 +1,6 @@ +#ifndef GUARD_FIELDMAP2_H +#define GUARD_FIELDMAP2_H + +struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection); + +#endif |