-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge develop branch into Master branch - Release v1.3.0 (#8)
- Implementation of main arguments.
- Loading branch information
Showing
24 changed files
with
328 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
|
||
#ifndef GAME_MAIN_H_INCLUDED | ||
#define GAME_MAIN_H_INCLUDED | ||
#ifndef LIBS_GAME_MAIN_H_INCLUDED | ||
#define LIBS_GAME_MAIN_H_INCLUDED | ||
|
||
// Root | ||
#include "./macros.h" | ||
#include "./methods.h" | ||
#include "./structs.h" | ||
|
||
#endif // GAME_MAIN_H_INCLUDED | ||
#endif // LIBS_GAME_MAIN_H_INCLUDED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
|
||
#ifndef PATTERNS_MAIN_H_INCLUDED | ||
#define PATTERNS_MAIN_H_INCLUDED | ||
#ifndef LIBS_PATTERNS_MAIN_H_INCLUDED | ||
#define LIBS_PATTERNS_MAIN_H_INCLUDED | ||
|
||
// Root | ||
#include "./constructors.h" | ||
#include "./macros.h" | ||
#include "./methods.h" | ||
#include "./structs.h" | ||
|
||
#endif // PATTERNS_MAIN_H_INCLUDED | ||
#endif // LIBS_PATTERNS_MAIN_H_INCLUDED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#ifndef SRC_MACROS_H_INCLUDED | ||
#define SRC_MACROS_H_INCLUDED | ||
|
||
// TODO: Documentation | ||
#define CELL_SIZE 10 | ||
|
||
#endif // SRC_MACROS_H_INCLUDED |
Oops, something went wrong.