浏览代码

Added class typedef.

Brucey 4 年之前
父节点
当前提交
bb0a0f185b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      blitz.mod/blitz_types.h

+ 1 - 0
blitz.mod/blitz_types.h

@@ -24,6 +24,7 @@ typedef struct BBInterfaceTable BBInterfaceTable;
 typedef struct BBInterface BBInterface;
 typedef struct BBInterfaceOffsets BBInterfaceOffsets;
 typedef struct BBEnum BBEnum;
+typedef struct BBClass_String BBClass_String;
 
 typedef unsigned char	BBBYTE;
 typedef unsigned short	BBSHORT;