Source files split into modules
parent
eeb69b34d2
commit
449cc186d5
|
@ -0,0 +1,3 @@
|
||||||
|
src/app
|
||||||
|
|
||||||
|
Contains the main class of the application and joystick module (to be incorporated into application module once using SDL).
|
|
@ -0,0 +1,3 @@
|
||||||
|
src/common
|
||||||
|
|
||||||
|
Contains headers and modules with common structs and enums.
|
|
@ -0,0 +1,5 @@
|
||||||
|
src/graphics
|
||||||
|
|
||||||
|
In the future, it will contain common interface to handling 3D graphics with concrete implementations for OpenGL and DirectX.
|
||||||
|
|
||||||
|
Currently, there is only the D3D interface.
|
|
@ -0,0 +1,3 @@
|
||||||
|
src/math
|
||||||
|
|
||||||
|
Contains common mathematical structures and functions.
|
|
@ -0,0 +1,3 @@
|
||||||
|
src/object
|
||||||
|
|
||||||
|
Contains modules of robots and buildings.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue