]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/Lazy.qh
Allow to display tooltips in XonoticRegisteredSettingsList, add tooltip for "Models"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / Lazy.qh
index bf29049e7646da8fd2cdb1c92e2570bedbd00c8d..fcf0651895ac1d46870a4da6a334bb3fb5e71753 100644 (file)
@@ -1,5 +1,8 @@
 #ifndef LAZY_H
 #define LAZY_H
+
+#include "OO.qh"
+
 CLASS(Lazy, Object)
     ATTRIB(Lazy, m_get, entity(), func_null);
     CONSTRUCTOR(Lazy, entity() _compute) { this.m_get = _compute; }