aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/logic.h b/queen/logic.h
index b95a334cd0..b0b69036c2 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -168,6 +168,7 @@ public:
uint16 numFrames() const { return _numFrames; }
+ ActorData *findActor(uint16 noun, const char *name = NULL);
void personSetData(int16 noun, const char *actorName, bool loadBank, Person *pp);
uint16 personSetup(uint16 noun, uint16 curImage);
uint16 personAllocate(uint16 noun, uint16 curImage);