|
Brunot
|
#include "framework.h"#include "System/Logging.h"#include "The House.h"#include <spdlog/spdlog.h>#include <stdio.h>#include <windows.h>#include <iostream>#include <nlohmann/json.hpp>#include "Framework/Engine.h"#include "Framework/Root.h"#include "Framework/Node.h"#include "System/Json.h"#include "System/opengl.h"#include "stb_image/stb_image.h"Macros | |
| #define | STB_IMAGE_IMPLEMENTATION |
| #define | MAX_LOADSTRING 100 |
Functions | |
| auto CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) -> LRESULT |
| auto CALLBACK | About (HWND, UINT, WPARAM, LPARAM) -> INT_PTR |
| auto APIENTRY | wWinMain (_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPWSTR lpCmdLine, _In_ int nCmdShow) -> int |
Variables | |
| HINSTANCE | hInst |
| WCHAR | szTitle [MAX_LOADSTRING] |
| WCHAR | szWindowClass [MAX_LOADSTRING] |
| #define MAX_LOADSTRING 100 |
| #define STB_IMAGE_IMPLEMENTATION |
| auto CALLBACK About | ( | HWND | hDlg, |
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam )->INT_PTR |
| auto CALLBACK WndProc | ( | HWND | hWnd, |
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam )->LRESULT |
| auto APIENTRY wWinMain | ( | _In_ HINSTANCE | hInstance, |
| _In_opt_ HINSTANCE | hPrevInstance, | ||
| _In_ LPWSTR | lpCmdLine, | ||
| _In_ int | nCmdShow )->int |
| HINSTANCE hInst |
| WCHAR szTitle[MAX_LOADSTRING] |
| WCHAR szWindowClass[MAX_LOADSTRING] |