Files
af/include/m_debug_display.h
T
Anghelo Carvajal c65a8dbc39 Game renaming (#63)
* rename GameState to Game

* Rename the structs

* fix table

* whoops

* rename play parameter

* format

* undo what i messed in z64compress
2023-08-17 09:19:13 -07:00

15 lines
306 B
C

#ifndef M_DEBUG_DISPLAY_H
#define M_DEBUG_DISPLAY_H
#include "ultra64.h"
struct Game_Play;
void Debug_Display_init(void);
// void Debug_Display_new();
void Debug_Display_output(struct Game_Play* game_play);
// void debug_display_output_sprite_16x16_I8();
// void debug_display_output_polygon();
#endif