Source files split into modules

dev-ui
Piotr Dziwinski 2012-04-28 17:53:17 +02:00
parent eeb69b34d2
commit 449cc186d5
274 changed files with 29 additions and 0 deletions

3
src/app/README.txt Normal file
View File

@ -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).

3
src/common/README.txt Normal file
View File

@ -0,0 +1,3 @@
src/common
Contains headers and modules with common structs and enums.

5
src/graphics/README.txt Normal file
View File

@ -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.

3
src/math/README.txt Normal file
View File

@ -0,0 +1,3 @@
src/math
Contains common mathematical structures and functions.

3
src/object/README.txt Normal file
View File

@ -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