Skip to content

ToyRenderer Header File

Shahriar Shahrabi edited this page May 11, 2020 · 2 revisions

ToyRenderer Header File

The ToyRenderer.h file is a utility header file for the game side, so that you don't have to manually include the different engine parts. It includes most of the main functionalities of the engine, so that by just including this file, you can use most of the basic engine functions and classes. There are non client facing classes that are not included in this file, however if you need them you can still include them yourself in your cpp file. This file is never used within the engine code itself.