]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/gui.h
You can now see other players
[dragonblocks_alpha.git] / src / client / gui.h
index 7f4c0d2479690ef11ee3fa9e88b188caff7f2639..ea4b15e559fab2fbc35a170c595d424cbad0a440 100644 (file)
@@ -48,7 +48,7 @@ void gui_deinit();
 void gui_update_projection();
 void gui_render();
 GUIElement *gui_add(GUIElement *parent, GUIElementDefinition def);
-void gui_text(GUIElement *element, char *text);
+void gui_text(GUIElement *element, const char *text);
 void gui_transform(GUIElement *element);
 
 #endif // _GUI_H_