X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmain.cpp;fp=source%2Fmain.cpp;h=53722be230ca7df679f33546a6b2d837304b8c9e;hb=81f1ddee977603293d0c5710f2db69130dac6a96;hp=0000000000000000000000000000000000000000;hpb=a51c2557622ea93944e24f58845609526eb46ec1;p=gldbg.git diff --git a/source/main.cpp b/source/main.cpp new file mode 100644 index 0000000..53722be --- /dev/null +++ b/source/main.cpp @@ -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(); +}