]> git.tdb.fi Git - gldbg.git/blobdiff - source/main.cpp
Remove dependencies to MSP libraries to make compiling on embedded platforms easier
[gldbg.git] / source / main.cpp
diff --git a/source/main.cpp b/source/main.cpp
new file mode 100644 (file)
index 0000000..53722be
--- /dev/null
@@ -0,0 +1,14 @@
+/* $Id$
+
+This file is part of gldbg
+Copyright © 2011  Mikko Rasa, Mikkosoft Productions
+Distributed under the GPL
+*/
+
+#include "gldbg.h"
+
+int main(int argc, char **argv)
+{
+       GlDbg gldbg(argc, argv);
+       return gldbg.main();
+}