X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Fgldbg.cpp;h=c91e00a79ec8171dd6672fbc8a1b9333209fa7e4;hp=5a4ad191f65c29a6c760deae5c329657b44b21b0;hb=0be9f22fa27bfca77f494489fce0e62b66882e5b;hpb=3c32a221de1435ae7af8d96182560e8b28f1a4c0 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(); }