]> git.tdb.fi Git - gldbg.git/blobdiff - source/gldbg.cpp
Add help
[gldbg.git] / source / gldbg.cpp
index 5a4ad191f65c29a6c760deae5c329657b44b21b0..c91e00a79ec8171dd6672fbc8a1b9333209fa7e4 100644 (file)
@@ -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();
 }