aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/lab.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2015-10-08 06:02:34 +0300
committerEugene Sandulenko2015-12-15 00:05:02 +0100
commitc67852d940c31ecaf330a7f3b0cdb82f1f57819c (patch)
tree657c75b9be803ee881e6d929a9926f5a0bf33f75 /engines/lab/lab.cpp
parentedf92fc6809830d819a1471ccf295aa110340cb0 (diff)
downloadscummvm-rg350-c67852d940c31ecaf330a7f3b0cdb82f1f57819c.tar.gz
scummvm-rg350-c67852d940c31ecaf330a7f3b0cdb82f1f57819c.tar.bz2
scummvm-rg350-c67852d940c31ecaf330a7f3b0cdb82f1f57819c.zip
LAB: Initial implementation of the Resource class
This will eventually replace all the other resource loading routines
Diffstat (limited to 'engines/lab/lab.cpp')
-rw-r--r--engines/lab/lab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp
index 3f92de1116..c13f5cde9e 100644
--- a/engines/lab/lab.cpp
+++ b/engines/lab/lab.cpp
@@ -43,6 +43,7 @@
#include "lab/lab.h"
#include "lab/labfun.h"
+#include "lab/resource.h"
#include "engines/advancedDetector.h"
@@ -73,6 +74,7 @@ Common::Error LabEngine::run() {
initGraphics(640, 480, true);
g_music = new Music();
+ g_resource = new Resource();
if (getPlatform() == Common::kPlatformWindows) {
// Check if this is the Wyrmkeep trial