mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 10:57:40 -05:00
7 lines
142 B
C
7 lines
142 B
C
#ifndef GUARD_FIELDMAP2_H
|
|
#define GUARD_FIELDMAP2_H
|
|
|
|
struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection);
|
|
|
|
#endif
|