The first commit

This commit is contained in:
Banjo Kazooie
2022-07-15 17:09:41 -05:00
commit dd13d34074
1087 changed files with 391897 additions and 0 deletions

12
include/gc/gcbound.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef GCBOUND_H
#define GCBOUND_H
#include <ultra64.h>
#include "structs.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