#include "debugging_console_window.h"#include "tiny_shell.h"#include <geometric/rectangle.cpp>#include <geometric/screen_rectangle.h>#include <opsystem/ini_config.h>#include <opsystem/path_configuration.h>Include dependency graph for tiny_shell.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | INI_NAME(root) (root + istring(".ini")) |
| #define | LOG_NAME(root) (path_configuration::make_logfile_name(root + istring(".log"))) |
| #define | START_EXECUTION (WM_USER + 298) |
Variables | |
| DECLARE_BUG_EVENT | |
| #define INI_NAME | ( | root | ) | (root + istring(".ini")) |
| #define LOG_NAME | ( | root | ) | (path_configuration::make_logfile_name(root + istring(".log"))) |
Definition at line 30 of file tiny_shell.cpp.
Referenced by EVT_COMMAND(), and tiny_shell::OnCreate().
| #define START_EXECUTION (WM_USER + 298) |
Definition at line 32 of file tiny_shell.cpp.
1.5.1