mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
13 lines
358 B
C
13 lines
358 B
C
#ifndef POKEPLATINUM_MAP_HEADER_UTIL_H
|
|
#define POKEPLATINUM_MAP_HEADER_UTIL_H
|
|
|
|
#include "generated/map_headers.h"
|
|
|
|
#include "message.h"
|
|
#include "strbuf.h"
|
|
|
|
u32 MapHeader_LoadString(MessageLoader *msgLoader, u32 entryID, Strbuf *strbuf);
|
|
void MapHeader_LoadName(enum MapHeader headerID, u32 heapID, Strbuf *strbuf);
|
|
|
|
#endif // POKEPLATINUM_MAP_HEADER_UTIL_H
|