about summary refs log tree commit diff
path: root/src/engine/e_if_gfx.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-03 20:03:01 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-03 20:03:01 +0000
commit53da3f0d40ff9eb171b3d8eaaeed148e9ddd2f8b (patch)
treed9014120bd015f7e3fcc4f2cf997321ba0494b70 /src/engine/e_if_gfx.h
parent37f3fa6c6efe231d5a172dbee6a50d63bf42b910 (diff)
downloadzcatch-53da3f0d40ff9eb171b3d8eaaeed148e9ddd2f8b.tar.gz
zcatch-53da3f0d40ff9eb171b3d8eaaeed148e9ddd2f8b.zip
added favorites. no saving of them yet however
Diffstat (limited to 'src/engine/e_if_gfx.h')
-rw-r--r--src/engine/e_if_gfx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/e_if_gfx.h b/src/engine/e_if_gfx.h
index 73b1aa22..acb004e8 100644
--- a/src/engine/e_if_gfx.h
+++ b/src/engine/e_if_gfx.h
@@ -640,13 +640,15 @@ void gfx_clip_disable();
 enum
 {
 	TEXTFLAG_RENDER=1,
-	TEXTFLAG_ALLOW_NEWLINE=2
+	TEXTFLAG_ALLOW_NEWLINE=2,
+	TEXTFLAG_STOP_AT_END=4
 };
 
 typedef struct
 {
 	int flags;
 	int line_count;
+	int charcount;
 	
 	float start_x;
 	float start_y;