Files

9 lines
124 B
C
Raw Permalink Normal View History

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