diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-05 00:41:22 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-05 00:41:22 -0700 |
commit | de83196633b28f06bb8c08ddf5780cc8049703f4 (patch) | |
tree | 25e1434132496a68112f4e0fe52d82fcb2cbc91c /src/interface.cpp | |
parent | ef56ac3105dbd72cc5989edef9bbbb3fedfe6449 (diff) | |
download | stage-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.cpp | 10 |
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 | |||
3 | Interface::Interface() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Interface::~Interface() | ||
8 | { | ||
9 | } | ||
10 | |||