ogrebattle64/include/ultra/dbgdefs.h

9 lines
124 B
C

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