textbox start
[vg.git] / vg.h
diff --git a/vg.h b/vg.h
index a89d750d80aaf9c7cbad96a188e08d85dcf38cd5..0be8031aec1d230718ef78a2cb3e9add81797c5a 100644 (file)
--- a/vg.h
+++ b/vg.h
@@ -122,7 +122,7 @@ VG_STATIC void vg_update_fixed(void);
 VG_STATIC void vg_update_post(void);
 
 VG_STATIC void vg_render(void);
-VG_STATIC void vg_ui(void);
+VG_STATIC void vg_gui(void);
 
 struct vg
 {
@@ -428,7 +428,7 @@ VG_STATIC void _vg_gameloop_render(void)
    vg.engine_stage = k_engine_stage_ui;
    {
       ui_prerender();
-      vg_ui();
+      vg_gui();
       ui_postrender();
 #if 0
       ui_begin( vg.window_x, vg.window_y );
@@ -477,7 +477,7 @@ VG_STATIC void _vg_gameloop_render(void)
 
       /* FIXME */
       audio_debug_ui( vg.pv );
-      vg_ui();
+      vg_gui();
       _vg_console_draw();
       
       ui_resolve();