mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-26 22:50:22 +00:00
10 lines
292 B
C
10 lines
292 B
C
#ifndef POKEHEARTGOLD_UNK_02025C44_H
|
|
#define POKEHEARTGOLD_UNK_02025C44_H
|
|
|
|
#include "global.h"
|
|
|
|
void GF_InitG2dRenderer(NNSG2dRendererInstance *instance, fx32 zOffset);
|
|
void GF_SetG2dRendererSurface(NNSG2dRenderSurface *surface, NNSG2dViewRect *rect);
|
|
|
|
#endif // POKEHEARTGOLD_UNK_02025C44_H
|