From f5cf5725026ecb2fa63d729fb6745b4da15e69d8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Aug 2006 15:12:20 +0000 Subject: Started on the crazy process of building the stage one compiled data. It's going pretty quickly, we'll see how the targets go, they'll be the only tricky part. --- src/action.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/action.cpp (limited to 'src/action.cpp') diff --git a/src/action.cpp b/src/action.cpp new file mode 100644 index 0000000..cdf50e8 --- /dev/null +++ b/src/action.cpp @@ -0,0 +1,9 @@ +#include "action.h" + +Action::Action() +{ +} + +Action::~Action() +{ +} -- cgit v1.2.3