Added Type stubbing

This commit is contained in:
Samuele Lorefice
2025-01-22 17:56:49 +01:00
parent 2d6159e331
commit 9a949dbeab
112 changed files with 610 additions and 313 deletions

View File

@@ -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,