aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-25 23:59:57 -0400
committerPaul Gilbert2014-03-25 23:59:57 -0400
commit04cbbb5f0a5cc761c71ead882187c02a0000ec0b (patch)
tree7e9ddccaa8fa5602b424b3b3d4f2be6058a5ae64 /engines/mads/nebular/game_nebular.h
parent407021d245f1e0446867824c6306337f18fe8eb3 (diff)
downloadscummvm-rg350-04cbbb5f0a5cc761c71ead882187c02a0000ec0b.tar.gz
scummvm-rg350-04cbbb5f0a5cc761c71ead882187c02a0000ec0b.tar.bz2
scummvm-rg350-04cbbb5f0a5cc761c71ead882187c02a0000ec0b.zip
MADS: Added enums for copy protection result and globals
Diffstat (limited to 'engines/mads/nebular/game_nebular.h')
-rw-r--r--engines/mads/nebular/game_nebular.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h
index 98ecb0a41e..d3d908d153 100644
--- a/engines/mads/nebular/game_nebular.h
+++ b/engines/mads/nebular/game_nebular.h
@@ -54,7 +54,7 @@ class GameNebular: public Game {
protected:
GameNebular(MADSEngine *vm);
- virtual int checkCopyProtection();
+ virtual ProtectionResult checkCopyProtection();
virtual void initialiseGlobals();