Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-18 11:59:59 +0000
committerStijn Buys <ingar@osirion.org>2012-02-18 11:59:59 +0000
commit494d3951b8286695e41e8646016be9e7cd331012 (patch)
treee8d68f8774a1ebde502f61d27472e7e595aa9cec /src/editor.cc
parent3260d19a700cdc48399cc87ef07db1957cf2fedf (diff)
Skeleton can be compiled now.
Diffstat (limited to 'src/editor.cc')
-rw-r--r--src/editor.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editor.cc b/src/editor.cc
index e69de29..96fe0ea 100644
--- a/src/editor.cc
+++ b/src/editor.cc
@@ -0,0 +1,4 @@
+
+int main(int arc, char ** argv)
+{
+}