summaryrefslogtreecommitdiff
path: root/lib/ultralib/include/PRinternal/dbgdefs.h
blob: f7ead7145074b9b17811256676f0b3b2de7cef05 (plain)
1
2
3
4
5
6
7
8
#ifndef _DBGDEFS_H__
#define _DBGDEFS_H__

typedef int TVid;
typedef unsigned short TVushort;
typedef char TVuchar;

#endif