mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
10 lines
294 B
C
10 lines
294 B
C
#ifndef POKEHEARTGOLD_UNK_02026E30_H
|
|
#define POKEHEARTGOLD_UNK_02026E30_H
|
|
|
|
void Init3DBufferSwapRequestState(void);
|
|
void Thunk_G3X_Reset(void);
|
|
void RequestSwap3DBuffers(GXSortMode sortMode, GXBufferMode bufferMode);
|
|
void Handle3DBufferSwapRequest(void);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02026E30_H
|