ソースを参照

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;