Brunot
Loading...
Searching...
No Matches
The House.cpp File Reference
#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"
Include dependency graph for The House.cpp:

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]

Macro Definition Documentation

◆ MAX_LOADSTRING

#define MAX_LOADSTRING   100

◆ STB_IMAGE_IMPLEMENTATION

#define STB_IMAGE_IMPLEMENTATION

Function Documentation

◆ About()

auto CALLBACK About ( HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam )->INT_PTR
Here is the caller graph for this function:

◆ WndProc()

auto CALLBACK WndProc ( HWND hWnd,
UINT message,
WPARAM wParam,
LPARAM lParam )->LRESULT
Todo
:: Add any drawing code that uses hdc here...
Here is the call graph for this function:

◆ wWinMain()

auto APIENTRY wWinMain ( _In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance,
_In_ LPWSTR lpCmdLine,
_In_ int nCmdShow )->int
Here is the call graph for this function:

Variable Documentation

◆ hInst

HINSTANCE hInst

◆ szTitle

WCHAR szTitle[MAX_LOADSTRING]

◆ szWindowClass

WCHAR szWindowClass[MAX_LOADSTRING]