aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/text_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/text_resource.h')
-rw-r--r--engines/bladerunner/text_resource.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/bladerunner/text_resource.h b/engines/bladerunner/text_resource.h
index 9554267b9b..b513629d9d 100644
--- a/engines/bladerunner/text_resource.h
+++ b/engines/bladerunner/text_resource.h
@@ -23,7 +23,7 @@
#ifndef BLADERUNNER_TEXT_RESOURCE_H
#define BLADERUNNER_TEXT_RESOURCE_H
-#include "common/scummsys.h"
+#include "common/str.h"
namespace BladeRunner {
@@ -42,8 +42,9 @@ public:
TextResource(BladeRunnerEngine *vm);
~TextResource();
- bool open(const char *name);
- const char *getText(uint32 id);
+ bool open(const Common::String &name);
+ const char *getText(uint32 id) const;
+ int getCount() const;
};
} // End of namespace BladeRunner