mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-03-26 16:57:45 -07:00
931f589177
* libultra sorted out * missed some things * forgot some things * one more thing * not actually libultra * also split out the data into three sections * finer split * parameter is a thing, apparently * named everything in libultra * make
9 lines
124 B
C
9 lines
124 B
C
#ifndef _DBGDEFS_H__
|
|
#define _DBGDEFS_H__
|
|
|
|
typedef int TVid;
|
|
typedef unsigned short TVushort;
|
|
typedef char TVuchar;
|
|
|
|
#endif
|