diff options
Diffstat (limited to 'tests/testsxx.hpp')
-rw-r--r-- | tests/testsxx.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testsxx.hpp b/tests/testsxx.hpp index 0e522ad..1101196 100644 --- a/tests/testsxx.hpp +++ b/tests/testsxx.hpp @@ -26,6 +26,10 @@ namespace Dimension { + // Helper to return a basic scene + Scene default_scene(); + + // Display abstraction class Display { public: |