-
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.
- Loading branch information
1 parent
32ff4aa
commit 3f15a42
Showing
6 changed files
with
72 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* ======================================================== | ||
* Organization: The Green Box | ||
* | ||
* Project name: Helium | ||
* File name: helium_2D.h | ||
* Description: | ||
* Author: AKindyakov | ||
* ======================================================== | ||
*/ | ||
#ifndef helium_2D.h | ||
#define helium_2D.h | ||
#endif // helium_2D.h |
12 changes: 12 additions & 0 deletions
12
modules/helium_2D_Object/include/helium_2D_PackagedObject.h
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,12 @@ | ||
/* ======================================================== | ||
* Organization: The Green Box | ||
* | ||
* Project name: Helium | ||
* File name: helium_2D_PackagedObject.h | ||
* Description: | ||
* Author: AKindyakov | ||
* ======================================================== | ||
*/ | ||
#ifndef helium_2D_PackagedObject.h | ||
#define helium_2D_PackagedObject.h | ||
#endif // helium_2D_PackagedObject.h |
12 changes: 12 additions & 0 deletions
12
modules/helium_2D_Object/include/helium_2D_PreparedObject.h
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,12 @@ | ||
/* ======================================================== | ||
* Organization: The Green Box | ||
* | ||
* Project name: Helium | ||
* File name: helium_2D_PreparedObject.h | ||
* Description: | ||
* Author: AKindyakov | ||
* ======================================================== | ||
*/ | ||
#ifndef helium_2D_PreparedObject.h | ||
#define helium_2D_PreparedObject.h | ||
#endif // helium_2D_PreparedObject.h |
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,12 @@ | ||
/* ======================================================== | ||
* Organization: The Green Box | ||
* | ||
* Project name: Helium | ||
* File name: helium_2D_World.h | ||
* Description: | ||
* Author: AKindyakov | ||
* ======================================================== | ||
*/ | ||
#ifndef helium_2D_World.h | ||
#define helium_2D_World.h | ||
#endif // helium_2D_World.h |
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,12 @@ | ||
/* ======================================================== | ||
* Organization: The Green Box | ||
* | ||
* Project name: Helium | ||
* File name: helium_3D.h | ||
* Description: | ||
* Author: AKindyakov | ||
* ======================================================== | ||
*/ | ||
#ifndef helium_3D.h | ||
#define helium_3D.h | ||
#endif // helium_3D.h |
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,12 @@ | ||
/* ======================================================== | ||
* Organization: The Green Box | ||
* | ||
* Project name: Helium | ||
* File name: helium_3D_World.h | ||
* Description: | ||
* Author: AKindyakov | ||
* ======================================================== | ||
*/ | ||
#ifndef helium_3D_World.h | ||
#define helium_3D_World.h | ||
#endif // helium_3D_World.h |