Files
WickedEngine/Template_Windows
CitroenGames e891e0140a Fixed: Cmake doesnt include Windows Template (#894)
* Fixed windows template not being included

* added and modified cmake files

added cmake in the template folder
modified cmake file in root directory because we dont need platform depenedend option imo
2024-07-20 07:13:50 +02:00
..
2022-08-02 11:36:15 +02:00
2018-11-02 19:12:25 +00:00

This is a template project showing the minumum setup required to set up an application using Wicked Engine.
The project has been generated with the Visual Studio Win32 application template wizard

Contents of interest:
	- stdafx.h
		This is the precompiled header file, WickedEngine.h has been included here
	- main.cpp
		This is the windows application entry point. The MainComponent has been created here, this is the engine runtime component.
		main.SetWindow() and main.Run() functions are called here which are necessary to setting up an application.