aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2003-12-16 05:04:39 +0000
committerTravis Howell2003-12-16 05:04:39 +0000
commit0b61a4c3a86e0583a74f6a53835e90c484a196e0 (patch)
treeea8b67a9ba97a3a6f8ac6a3dccd9cfab4fae21d1 /simon/simon.h
parente2843f3e07b9774c7cd85a2d69bdd1746bd86648 (diff)
downloadscummvm-rg350-0b61a4c3a86e0583a74f6a53835e90c484a196e0.tar.gz
scummvm-rg350-0b61a4c3a86e0583a74f6a53835e90c484a196e0.tar.bz2
scummvm-rg350-0b61a4c3a86e0583a74f6a53835e90c484a196e0.zip
Add some additional simon1 amiga code from tsuteiuQ, not working right yet.
svn-id: r11670
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 3366fe0178..172f043c49 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -596,6 +596,7 @@ protected:
void talk_with_text(uint vga_sprite_id, uint color, const char *string_ptr, uint threeval_a, int threeval_b, uint width);
FillOrCopyStruct *fcs_alloc(uint x, uint y, uint w, uint h, uint flags, uint fill_color, uint unk4);
+ void render_string_amiga(uint vga_sprite_id, uint color, uint width, uint height, const char *txt);
void render_string(uint vga_sprite_id, uint color, uint width, uint height, const char *txt);
void setup_hit_areas(FillOrCopyStruct *fcs, uint fcs_index);