From c9e914eeaa624cfa796bdea13ebb1056dfda5c9b Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 26 Jun 2010 18:06:40 +0200 Subject: Create a seperate Background class for stage background. --- engine/background.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 engine/background.h (limited to 'engine/background.h') diff --git a/engine/background.h b/engine/background.h new file mode 100644 index 0000000..4c294c8 --- /dev/null +++ b/engine/background.h @@ -0,0 +1,9 @@ +#ifndef BACKGROUND_H +#define BACKGROUND_H + +class Background { + public: + void draw(); +}; + +#endif -- cgit v1.2.3