about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index ad798197..10a8794b 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -17,9 +17,10 @@ enum
 	SNAP_PREV=1,
 	
 	IMG_RGB=0,
-	IMG_RGBA,
+	IMG_RGBA=1,
+	/*
 	IMG_BGR,
-	IMG_BGRA,
+	IMG_BGRA,*/
 };
 
 struct snap_item
@@ -753,6 +754,9 @@ float gfx_pretty_text_width(float size, const char *text);
 
 void gfx_getscreen(float *tl_x, float *tl_y, float *br_x, float *br_y);
 
+void gfx_quads_draw_batch(void *batch);
+void *gfx_quads_create_batch();
+
 void mods_message(int msg, int client_id);
 void modc_message(int msg);