mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 10:48:10 -05:00
9 lines
130 B
C
9 lines
130 B
C
#ifndef NITRO_GX_H_
|
|
#define NITRO_GX_H_
|
|
|
|
static inline s32 GX_GetVCount(void) {
|
|
return reg_GX_VCOUNT;
|
|
}
|
|
|
|
#endif //NITRO_GX_H_
|