aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-06-24 14:55:26 +0200
committerEugene Sandulenko2019-09-03 17:16:59 +0200
commit8d087a3c7f33b20989dc40a9f326966dc94e3b02 (patch)
treeee16c7d52977e0c19d459800dc5703267eec1df7 /engines/hdb/ai.h
parent32e30366a4825eb5e8647f03d2ffa9116c4df0f7 (diff)
downloadscummvm-rg350-8d087a3c7f33b20989dc40a9f326966dc94e3b02.tar.gz
scummvm-rg350-8d087a3c7f33b20989dc40a9f326966dc94e3b02.tar.bz2
scummvm-rg350-8d087a3c7f33b20989dc40a9f326966dc94e3b02.zip
HDB: Added rest of the stubs for the rendering pipeline
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index c2efd02b48..b64b2aba48 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -638,6 +638,7 @@ public:
void animEntFrames(AIEntity *e);
void animLuaEntity(const char *initName, AIState st);
void drawEnts(int x, int y, int w, int h);
+ void drawLevel2Ents();
void animGrabbing();
void moveEnts();
@@ -762,6 +763,7 @@ public:
void removeFirstWaypoint();
void clearWaypoints();
Tile *getStandFrameDir(AIEntity *e);
+ void drawWayPoints();
// Inventory Functions
bool addToInventory(AIEntity *e);