We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996d420 commit 1971ebeCopy full SHA for 1971ebe
src/SB/Game/zWadUI.cpp
@@ -1,3 +1,13 @@
1
+#include "zUI.h"
2
+
3
+// I believe this is correct?
4
+// Aren't these initialized to 0 if no initialization is given?
5
6
+zUIController* UIControl = 0;
7
+zUIControllerAsset* UIControlAsset = 0;
8
+zUIUserString* zUIString = 0;
9
+zUIUserStringAsset* zUIStringAsset = 0;
10
11
#include "zUICustom.cpp"
12
#include "zUIController.cpp"
13
#include "zUIUserString.cpp"
0 commit comments