summaryrefslogtreecommitdiffstats
path: root/test/unit/graphics/core/device_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/graphics/core/device_mock.h')
-rw-r--r--test/unit/graphics/core/device_mock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/graphics/core/device_mock.h b/test/unit/graphics/core/device_mock.h
index 80e214f..9e75daf 100644
--- a/test/unit/graphics/core/device_mock.h
+++ b/test/unit/graphics/core/device_mock.h
@@ -10,6 +10,7 @@ public:
CDeviceMock() {}
MOCK_METHOD0(DebugHook, void());
+ MOCK_METHOD0(DebugLights, void());
MOCK_METHOD0(Create, bool());
MOCK_METHOD0(Destroy, void());