summaryrefslogtreecommitdiff
path: root/includes/GameSession.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-10 23:18:37 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-10 23:18:37 (GMT)
commit2eb09c1daac8199532694167f418146fa57e7735 (patch)
tree245dc05e825ad049435b14adc3abb8593acf3cc5 /includes/GameSession.h
parentd31d290bf9205999e7a849e5974241f2fd615259 (diff)
downloadpowder-2eb09c1daac8199532694167f418146fa57e7735.zip
powder-2eb09c1daac8199532694167f418146fa57e7735.tar.gz
Project changed, ControlFactory (Creates large UI structures such as
menus, dialoges...) GameSession (Session information, such as filename, reference to simulation
Diffstat (limited to 'includes/GameSession.h')
-rw-r--r--includes/GameSession.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/GameSession.h b/includes/GameSession.h
new file mode 100644
index 0000000..8417e0c
--- /dev/null
+++ b/includes/GameSession.h
@@ -0,0 +1,10 @@
+#ifndef GAMESESSION_H
+#define GAMESESSION_H
+
+class GameSession
+{
+public:
+ GameSession();
+};
+
+#endif // GAMESESSION_H