Files
af/include/gfxalloc.h
T
Maide fca5307ea9 m_play (#50)
* m_play

* Some warnings

* lots of function renames from the gcn version

* fix warnings

* format

* a

* a

* PR

* PR2

---------

Co-authored-by: Maide <you@example.com>
Co-authored-by: angie <angheloalf95@gmail.com>
2023-08-16 11:11:19 -07:00

11 lines
156 B
C

#ifndef GFXALLOC_H
#define GFXALLOC_H
#include "ultra64.h"
Gfx* gfxopen(Gfx* gfxHead);
Gfx* gfxclose(Gfx* gfxHead, Gfx* gfx);
// void gfxalloc();
#endif