Skip to content

Commit

Permalink
Add new files #34
Browse files Browse the repository at this point in the history
  • Loading branch information
akindyakov committed Sep 27, 2013
1 parent 32ff4aa commit 3f15a42
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/helium_2D_Object/include/helium_2D.h
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 modules/helium_2D_Object/include/helium_2D_PackagedObject.h
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 modules/helium_2D_Object/include/helium_2D_PreparedObject.h
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
12 changes: 12 additions & 0 deletions modules/helium_2D_Object/include/helium_2D_World.h
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
12 changes: 12 additions & 0 deletions modules/helium_3D_Object/include/helium_3D.h
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
12 changes: 12 additions & 0 deletions modules/helium_3D_Object/include/helium_3D_World.h
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

0 comments on commit 3f15a42

Please sign in to comment.