summaryrefslogtreecommitdiff
path: root/includes/interface/Window.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-14 18:51:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-14 18:51:24 (GMT)
commit2c9295007a287dc01ff63fcf7b3da141f7474e37 (patch)
treee8065e920ca45686a40e41fd46513e13d46f47b0 /includes/interface/Window.h
parentfc2f52099c0bbb2412046252bf7b5e4113bbe8e4 (diff)
downloadpowder-2c9295007a287dc01ff63fcf7b3da141f7474e37.zip
powder-2c9295007a287dc01ff63fcf7b3da141f7474e37.tar.gz
Various things, also IEF UI
Diffstat (limited to 'includes/interface/Window.h')
-rw-r--r--includes/interface/Window.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/includes/interface/Window.h b/includes/interface/Window.h
deleted file mode 100644
index 86a4bcd..0000000
--- a/includes/interface/Window.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Window.h
- *
- * Created on: Jan 8, 2012
- * Author: Simon
- */
-
-#ifndef WINDOW_H_
-#define WINDOW_H_
-
-#include "interface/State.h"
-
-namespace ui {
-
-class Window: public ui::State {
-public:
- Window();
- virtual ~Window();
-};
-
-} /* namespace ui */
-#endif /* WINDOW_H_ */