]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/playerstats.qh
WIP commit; retrieving data from xonstats works
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / playerstats.qh
index 1cc08854506d67835417ed574ad5caee8039dc05..dcc916e1e011bb84eaac004edba8a1cb0c95fae3 100644 (file)
@@ -56,9 +56,11 @@ void PlayerStats_AddGlobalInfo(entity p);
 // call this at the end of the match
 void PlayerStats_EndMatch(float finished);
 
+#endif //SVQC
 
-//// WIP -zykure
 
-//void PlayerStats_GetPlayerInfo(entity p);
+//// WIP -zykure
 
-#endif //SVQC
+string PlayerInfo_GetItem(entity e, string item_id);
+void PlayerInfo_Init();
+void PlayerInfo_Retrieve(entity p);