summaryrefslogtreecommitdiff
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-05 00:41:22 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-05 00:41:22 -0700
commitde83196633b28f06bb8c08ddf5780cc8049703f4 (patch)
tree25e1434132496a68112f4e0fe52d82fcb2cbc91c /src/interface.cpp
parentef56ac3105dbd72cc5989edef9bbbb3fedfe6449 (diff)
downloadstage-de83196633b28f06bb8c08ddf5780cc8049703f4.tar.gz
stage-de83196633b28f06bb8c08ddf5780cc8049703f4.tar.bz2
stage-de83196633b28f06bb8c08ddf5780cc8049703f4.tar.xz
stage-de83196633b28f06bb8c08ddf5780cc8049703f4.zip
Interface plugin basics. SML system parser.
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
new file mode 100644
index 0000000..c75b682
--- /dev/null
+++ b/src/interface.cpp
@@ -0,0 +1,10 @@
1#include "interface.h"
2
3Interface::Interface()
4{
5}
6
7Interface::~Interface()
8{
9}
10