From fdd51ab588a2ec9fca54215039803d187a10178e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 7 Dec 2015 08:49:56 -0500 Subject: doxygen --- doc/html/main_8cpp.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/html/main_8cpp.html') diff --git a/doc/html/main_8cpp.html b/doc/html/main_8cpp.html index 84dd969..70aae3a 100644 --- a/doc/html/main_8cpp.html +++ b/doc/html/main_8cpp.html @@ -3,7 +3,7 @@ - + gamedev: main.cpp File Reference @@ -22,7 +22,7 @@ - @@ -31,7 +31,7 @@
+
gamedev
- + @@ -201,6 +201,9 @@ unsigned int loops = 0 bool fadeEnable   + +unsigned int fadeIntensity

Detailed Description

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.

@@ -246,7 +249,7 @@ bool fadeEnable -- cgit v1.2.3