#include "resource.h"#include <basis/convert_utf.h>#include <basis/istring.h>#include <basis/portable.h>#include <data_struct/static_memory_gremlin.h>#include <win_ext/basic_window.h>Include dependency graph for t_basic_window.cpp:

Go to the source code of this file.
Functions | |
| int APIENTRY | WinMain (application_instance instance, application_instance prev_instance, LPSTR lpCmdLine, int nCmdShow) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| int APIENTRY WinMain | ( | application_instance | instance, | |
| application_instance | prev_instance, | |||
| LPSTR | lpCmdLine, | |||
| int | nCmdShow | |||
| ) |
Definition at line 14 of file t_basic_window.cpp.
References basic_window::create(), IDC_SIMPLE_WINDOW, IDI_SIMPLE_WINDOW, IDS_APP_TITLE, NULL, portable::rc_string(), and basic_window::register_class().
Definition at line 10 of file t_basic_window.cpp.
1.5.1