mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-05 12:47:58 -05:00
11 lines
309 B
C
11 lines
309 B
C
#ifndef POKEPLATINUM_MAP_HEADER_UTIL_H
|
|
#define POKEPLATINUM_MAP_HEADER_UTIL_H
|
|
|
|
#include "message.h"
|
|
#include "strbuf.h"
|
|
|
|
u32 MapHeader_GetStringWidth(MessageLoader *msgLoader, u32 entryID, Strbuf *strbuf);
|
|
void sub_02071D10(int headerID, u32 heapID, Strbuf *strbuf);
|
|
|
|
#endif // POKEPLATINUM_MAP_HEADER_UTIL_H
|