You've already forked hackerlibultra
mirror of
https://github.com/HackerN64/hackerlibultra.git
synced 2026-01-21 10:37:53 -08:00
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
|