We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3960bd3 commit 411f842Copy full SHA for 411f842
2 files changed
include/RE/Oblivion.h
@@ -29,4 +29,8 @@
29
#include "RE/S/SettingCollection.h"
30
#include "RE/S/SettingCollectionMap.h"
31
#include "RE/S/SettingT.h"
32
+#include "RE/T/TESBoundAnimObject.h"
33
+#include "RE/T/TESBoundObject.h"
34
#include "RE/T/TESForm.h"
35
+#include "RE/T/TESObject.h"
36
+#include "RE/T/TESObjectList.h"
res/cmake/sourcelist.cmake
@@ -36,7 +36,11 @@ set(SOURCES
include/RE/S/SettingCollection.h
37
include/RE/S/SettingCollectionMap.h
38
include/RE/S/SettingT.h
39
+ include/RE/T/TESBoundAnimObject.h
40
+ include/RE/T/TESBoundObject.h
41
include/RE/T/TESForm.h
42
+ include/RE/T/TESObject.h
43
+ include/RE/T/TESObjectList.h
44
include/RE/VTABLE_IDs.h
45
include/REL/ASM.h
46
include/REL/Hook.h
0 commit comments