mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-09-09 11:34:09 -04:00
12 lines
232 B
C
12 lines
232 B
C
#ifndef BANJO_KAZOOIE_CORE2_GC_BOUND_H
|
|
#define BANJO_KAZOOIE_CORE2_GC_BOUND_H
|
|
|
|
#include <ultra64.h>
|
|
|
|
void gcbound_draw(Gfx **dl);
|
|
void gcbound_alpha(s32 a);
|
|
void gcbound_color(s32 r, s32 g, s32 b);
|
|
void gcbound_reset(void);
|
|
|
|
#endif
|