From 58a71e57e3824a3a0c5385af91421674395990dc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 22 Dec 2011 19:53:52 -0700 Subject: The basic structure of the game is coming together. That is the data structures for storing the game objects are coming together. --- src/situation.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/situation.cpp') diff --git a/src/situation.cpp b/src/situation.cpp index e69de29..0d24aa4 100644 --- a/src/situation.cpp +++ b/src/situation.cpp @@ -0,0 +1,10 @@ +#include "situation.h" + +Situation::Situation() +{ +} + +Situation::~Situation() +{ +} + -- cgit v1.2.3