Content

the include folder contains all the files required for the project appart from the code.

As an example, .obj’s, .png’s, jpg’s files can be found in there.

The corresponding files are grouped by type. Therefore, the obj’s files can be found under the folder objs of the assets folder.

<aside> 💡 If you need to include any file in neither a source file nor a header, you are in the right place !

</aside>