1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00
ooot/include/z_debug_display.h
2022-01-31 19:05:17 -05:00

9 lines
364 B
C

#pragma once
/*
#include "ultra64/types.h"
void DebugDisplay_Init(void);
struct DebugDispObject* DebugDisplay_AddObject(f32 posX, f32 posY, f32 posZ, s16 rotX, s16 rotY, s16 rotZ, f32 scaleX, f32 scaleY, f32 scaleZ, u8 red, u8 green, u8 blue, u8 alpha, s16 type, struct GraphicsContext* gfxCtx);
void DebugDisplay_DrawObjects(struct GlobalContext* globalCtx);
*/