]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/engineinfo.qc
Move hud_panel_engineinfo_framecounter_decimals and hud_panel_engineinfo_framecounter...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / engineinfo.qc
index c8b7203eee9cfc240c09ac0556c3709aeaea7b32..1c59e6c789027ebeb910afe39fefe6effa1394bc 100644 (file)
@@ -1,7 +1,15 @@
 #include "engineinfo.qh"
 
+#include <client/autocvars.qh>
+#include <client/miscfunctions.qh>
+
 // Engine info (#13)
 
+void HUD_EngineInfo_Export(int fh)
+{
+       // allow saving cvars that aesthetically change the panel into hud skin files
+}
+
 float prevfps;
 float prevfps_time;
 int framecounter;