]> git.tdb.fi Git - gldbg.git/blob - source/main.cpp
53722be230ca7df679f33546a6b2d837304b8c9e
[gldbg.git] / source / main.cpp
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2011  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #include "gldbg.h"
9
10 int main(int argc, char **argv)
11 {
12         GlDbg gldbg(argc, argv);
13         return gldbg.main();
14 }