mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03: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
|