]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/tabcontroller.c
Better gametype listing methods
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / tabcontroller.c
index e454e23e066089f60cddec00de2b633c4ad6ce4d..1faa625aee83c607a4af8eab55117a0ddde091ea 100644 (file)
@@ -17,11 +17,11 @@ entity makeXonoticTabController(float theRows)
        me.configureXonoticTabController(me, theRows);
        return me;
 }
-void configureXonoticTabControllerXonoticTabController(entity me, float theRows)
+void XonoticTabController_configureXonoticTabController(entity me, float theRows)
 {
        me.rows = theRows;
 }
-entity makeTabButtonXonoticTabController(entity me, string theTitle, entity tab)
+entity XonoticTabController_makeTabButton(entity me, string theTitle, entity tab)
 {
        entity b;
        if(me.rows != tab.rows)