gamedev
|
▼ include | |
common.h | |
entities.h | |
inventory.h | |
Quest.h | |
Texture.h | |
ui.h | |
world.h | The world system |
main.cpp | The file that links everything together for the game to run. The main game loop contains all of the global variables the game uses, and it runs the main game loop, the render loop, and the logic loop that control all of the entities |