mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-19 01:24:20 +00:00
Examples: DirectX examples applications all have a Console for debugging.
This commit is contained in:
parent
bab81318a9
commit
0d63e0ce60
6 changed files with 10 additions and 10 deletions
|
|
@ -280,7 +280,7 @@ void UpdateImGui()
|
|||
ImGui::NewFrame();
|
||||
}
|
||||
|
||||
int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE, LPWSTR, int)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// Register the window class
|
||||
WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, LoadCursor(NULL, IDC_ARROW), NULL, NULL, L"ImGui Example", NULL };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue