mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-23 21:09:56 +00: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
|