From 8fd03ae929e06355a89ffbd10b8bbf06b455e782 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 23 May 2002 00:37:00 +0000 Subject: moved more stuff out of the Scumm class (usage of g_scumm is only temporary, Endy, no worries ); some other cleanup svn-id: r4376 --- akos.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'akos.h') diff --git a/akos.h b/akos.h index f4a1d8afc0..bec0323e02 100644 --- a/akos.h +++ b/akos.h @@ -53,6 +53,7 @@ struct AkosCI { #endif struct AkosRenderer { +//protected: CostumeData *cd; int x,y; /* where to draw costume */ byte scale_x, scale_y; /* scaling */ @@ -103,7 +104,19 @@ struct AkosRenderer { byte *akcd; byte palette[256]; - + +public: + bool drawCostume(); + void setPalette(byte *palette); + void setCostume(int costume); + void setFacing(Actor *a); + bool drawCostumeChannel(int chan); + void codec1(); + void codec5(); + void codec16(); + void codec1_ignorePakCols(int num); + void c1_spec2(); + void c1_spec3(); }; enum AkosOpcodes{ -- cgit v1.2.3