Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 777 Bytes

docs.md

File metadata and controls

26 lines (17 loc) · 777 Bytes

To be clear I slowly but succesfuly making thit documentation, so it can contain not every piece of information you want get!!!

That`s a table of content documentation of engine

void Application()

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!");
   }
   ```

Files structure

To get exact sense of how engine generated files work look to AssetsLoader folder. You should get there informations that you need.