To be clear I slowly but succesfuly making thit documentation, so it can contain not every piece of information you want get!!!
Description:
void Appliation() is entry point of engine, so DO NOT ADD int main() to code!!!!!
Use example:
```c++
void Application() {
printf("Hello world from Quintus Engine!");
}
```
To get exact sense of how engine generated files work look to AssetsLoader folder. You should get there informations that you need.