You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
* various tweaks to tackle redundancy * Update collision.inc.c * inline the function * fix surface denorms * oops forgot to remove a comment that I just proved false lol * stack asserts * Update main.c * Update main.c * fix bug plural s * Update main.c * comment
9 lines
159 B
C
9 lines
159 B
C
#ifndef GFX_OUTPUT_BUFFER_H
|
|
#define GFX_OUTPUT_BUFFER_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
|
|
extern u64 gGfxSPTaskOutputBuffer[0x2000];
|
|
|
|
#endif // GFX_OUTPUT_BUFFER_H
|