diff options
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r-- | engines/mads/scene.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h index 16684c47a2..a51d820d1c 100644 --- a/engines/mads/scene.h +++ b/engines/mads/scene.h @@ -201,6 +201,9 @@ public: * Clear the data for the scene */ void free(); + + void changeDepthSurface(int arg1); + }; } // End of namespace MADS |