Selaa lähdekoodia

Added class typedef.

Brucey 4 vuotta sitten
vanhempi
commit
bb0a0f185b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 BBInterface BBInterface;
 typedef struct BBInterfaceOffsets BBInterfaceOffsets;
 typedef struct BBInterfaceOffsets BBInterfaceOffsets;
 typedef struct BBEnum BBEnum;
 typedef struct BBEnum BBEnum;
+typedef struct BBClass_String BBClass_String;
 
 
 typedef unsigned char	BBBYTE;
 typedef unsigned char	BBBYTE;
 typedef unsigned short	BBSHORT;
 typedef unsigned short	BBSHORT;