Added Type stubbing
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BlendFile.DNA {
|
||||
public wmWindow ptr_windrawable;
|
||||
public wmWindow ptr_winactive;
|
||||
public ListBase windows;
|
||||
public uchar init_flag;
|
||||
public byte init_flag;
|
||||
public char[] _pad0 = new System.Char[1];
|
||||
public short file_saved;
|
||||
public short op_undo_depth;
|
||||
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
|
||||
wmWindow ptr_windrawable,
|
||||
wmWindow ptr_winactive,
|
||||
ListBase windows,
|
||||
uchar init_flag,
|
||||
byte init_flag,
|
||||
char[] _pad0,
|
||||
short file_saved,
|
||||
short op_undo_depth,
|
||||
|
||||
Reference in New Issue
Block a user