SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
main.cpp File Reference

Entry point for the SUNENGINE application. More...

#include "SUNENGINEAttorney.h"
Include dependency graph for main.cpp:

Functions

int WINAPI WinMain (_In_ HINSTANCE, _In_opt_ HINSTANCE, _In_ LPSTR, _In_ int)
 Entry point for the application.
 

Detailed Description

Entry point for the SUNENGINE application.

This file contains the entry point for the SUNENGINE application. It initializes and runs the engine.

Function Documentation

◆ WinMain()

int WINAPI WinMain ( _In_ HINSTANCE,
_In_opt_ HINSTANCE,
_In_ LPSTR,
_In_ int  )

Entry point for the application.

Parameters
hInstanceHandle to the current instance of the application.
hPrevInstanceHandle to the previous instance of the application (always NULL).
lpCmdLineCommand line for the application.
nCmdShowControls how the window is to be shown.
Returns
The exit value contained in the WM_QUIT message's wParam parameter.