]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c
Add a refresh button
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_playersetup_waypoint.c
index 82c3bf5975ef509471a38f8891e5335573c6bc2d..584e1d9b1cd0f448a80c3518319aa54b04b04280 100644 (file)
@@ -12,15 +12,15 @@ ENDCLASS(XonoticWaypointDialog)
 #endif
 
 #ifdef IMPLEMENTATION
-void showNotifyXonoticWaypointDialog(entity me)
+void XonoticWaypointDialog_showNotify(entity me)
 {
         loadAllCvars(me);
 }
-string toStringXonoticWaypointDialog(entity me)
+string XonoticWaypointDialog_toString(entity me)
 {
        return "XXX";
 }
-void fillXonoticWaypointDialog(entity me)
+void XonoticWaypointDialog_fill(entity me)
 {
        entity e, sl;