Skip to content

Commit b002ab6

Browse files
committed
Simple Documentation
1 parent 822db28 commit b002ab6

75 files changed

Lines changed: 11726 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doxyfile

Lines changed: 2863 additions & 0 deletions
Large diffs are not rendered by default.

Frax.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959

6060
#include <string>
6161

62+
6263
namespace Frax {
6364

6465
extern Vector2 ScreenSize;
@@ -67,9 +68,8 @@ extern Vector2 ScreenSize;
6768
// Structures Definitions (Module: Structures)
6869
//----------------------------------------------------------------------------------
6970

70-
// Scene, Used for scene management.
7171
struct Scene {
72-
72+
7373
Color BackgroundColor;
7474
bool KeepRunning;
7575
int CodeToReturn;

0 commit comments

Comments
 (0)