diff options
Diffstat (limited to 'src/example/Background.h')
-rw-r--r-- | src/example/Background.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/example/Background.h b/src/example/Background.h new file mode 100644 index 0000000..7c5a2bb --- /dev/null +++ b/src/example/Background.h @@ -0,0 +1,10 @@ +#pragma once + +namespace crepe { +class Scene; +} + +class Background { +public: + Background(crepe::Scene & scn); +}; |