]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_settings_user_languagewarning.qc
Add a button for saving the current HUD skin
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_settings_user_languagewarning.qc
index 3d4025ae7d802c61b60524f8e84ad5c1e3dd951f..73a339411c29906b8a9512e0c73cb52d57652433 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef DIALOG_SETTINGS_USER_LANGUAGEWARNING_H
 #define DIALOG_SETTINGS_USER_LANGUAGEWARNING_H
+#include "dialog.qc"
 CLASS(XonoticLanguageWarningDialog, XonoticDialog)
-       METHOD(XonoticLanguageWarningDialog, fill, void(entity)) // to be overridden by user to fill the dialog with controls
+       METHOD(XonoticLanguageWarningDialog, fill, void(entity)); // to be overridden by user to fill the dialog with controls
        ATTRIB(XonoticLanguageWarningDialog, title, string, _("Warning"))
        ATTRIB(XonoticLanguageWarningDialog, color, vector, SKINCOLOR_DIALOG_HUDCONFIRM)
        ATTRIB(XonoticLanguageWarningDialog, intendedWidth, float, 0.6)