sf64/include/dbgdefs.h
petrie911 931f589177
Fully split and name libultra, and also decomp 3404 (#16)
* 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
2023-11-04 19:45:03 -03:00

9 lines
124 B
C

#ifndef _DBGDEFS_H__
#define _DBGDEFS_H__
typedef int TVid;
typedef unsigned short TVushort;
typedef char TVuchar;
#endif