aboutsummaryrefslogtreecommitdiff
path: root/engines/access/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/room.h')
-rw-r--r--engines/access/room.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/engines/access/room.h b/engines/access/room.h
index d876a30875..6cd3b8cad0 100644
--- a/engines/access/room.h
+++ b/engines/access/room.h
@@ -76,7 +76,6 @@ private:
protected:
void loadRoomData(const byte *roomData);
void setupRoom();
- void buildScreen();
/**
* Free the playfield data
@@ -141,8 +140,19 @@ public:
*/
void clearRoom();
+ /**
+ * Builds up a game screen
+ */
+ void buildScreen();
+
+ /**
+ * Draw a column of a game scene
+ */
void buildColumn(int playX, int screenX);
+ /**
+ * Draw a row of a game scene
+ */
void buildRow(int playY, int screenY);
void init4Quads();