diff options
author | Paul Gilbert | 2014-02-20 22:27:01 -0500 |
---|---|---|
committer | Paul Gilbert | 2014-02-20 22:27:01 -0500 |
commit | 4581b26b12d21801eee0c5df2dbd1b260300498c (patch) | |
tree | c81ec919b3c9df78cfe638d06388159fc91ebc09 /engines/mads/nebular | |
parent | de384bae2ef1b904224b0fe00326e5a0597aafb6 (diff) | |
download | scummvm-rg350-4581b26b12d21801eee0c5df2dbd1b260300498c.tar.gz scummvm-rg350-4581b26b12d21801eee0c5df2dbd1b260300498c.tar.bz2 scummvm-rg350-4581b26b12d21801eee0c5df2dbd1b260300498c.zip |
MADS: Implemented resource manager using ScummVM Archive interface
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r-- | engines/mads/nebular/dialogs_nebular.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/dialogs_nebular.h b/engines/mads/nebular/dialogs_nebular.h index 669ac1e775..a747f7575d 100644 --- a/engines/mads/nebular/dialogs_nebular.h +++ b/engines/mads/nebular/dialogs_nebular.h @@ -31,6 +31,8 @@ namespace MADS { namespace Nebular { class CopyProtectionDialog { +private: + public: static bool show() { return false; } }; |