]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/playerstats.qh
First working version of PlayerInfo retrieval from Xonstats (called on m_init and...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / playerstats.qh
index 980a4a406a09da7d225b2ea52c9a89804006c402..a29d6960710b8c58602e174280c7ea5b7b2b0cf8 100644 (file)
@@ -64,13 +64,16 @@ void PlayerStats_EndMatch(float finished);
 //// WIP -zykure /////////////////////////////////////////////////////
 
 
-
+const string playerinfo_uri = "http://localhost:6543"; // FIXME
 
 string PlayerInfo_GetItem(entity e, string item_id);
 void PlayerInfo_Init();
-//#ifdef SVQC
+#ifdef SVQC
 void PlayerInfo_Basic(entity p);
-//#endif
+#endif
 #ifdef MENUQC
 void PlayerInfo_Details();
 #endif
+#ifdef CSQC
+//void PlayerInfo_Details();
+#endif