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