X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldbg.cpp;h=c91e00a79ec8171dd6672fbc8a1b9333209fa7e4;hb=0be9f22fa27bfca77f494489fce0e62b66882e5b;hp=5a4ad191f65c29a6c760deae5c329657b44b21b0;hpb=c6b2f7585d51164dc32f4dd2a05855913e464c58;p=gldbg.git diff --git a/source/gldbg.cpp b/source/gldbg.cpp index 5a4ad19..c91e00a 100644 --- a/source/gldbg.cpp +++ b/source/gldbg.cpp @@ -39,6 +39,10 @@ int GlDbg::main() catch_signal(SIGCHLD); set_loop_mode(TICK_BUSY); + IO::print("GLdbg 0.0\n"); + IO::print("Copyright © 2009 Mikkosoft Productions\n"); + IO::print("Type \"help\" for a list of commands\n"); + Application::main(); }