summaryrefslogtreecommitdiffstats
path: root/src/graphics/README.txt
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-04-28 17:53:17 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-04-28 17:53:17 +0200
commit449cc186d5b8117d74ba22d6173497d00939f5f1 (patch)
tree39f38530dab2c9c8b33f5d8e42a81242bd48704b /src/graphics/README.txt
parenteeb69b34d2467e51ff84b3235f94506ce6bb9283 (diff)
downloadcolobot-449cc186d5b8117d74ba22d6173497d00939f5f1.tar.gz
colobot-449cc186d5b8117d74ba22d6173497d00939f5f1.tar.bz2
colobot-449cc186d5b8117d74ba22d6173497d00939f5f1.zip
Source files split into modules
Diffstat (limited to 'src/graphics/README.txt')
-rw-r--r--src/graphics/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphics/README.txt b/src/graphics/README.txt
new file mode 100644
index 0000000..57bba37
--- /dev/null
+++ b/src/graphics/README.txt
@@ -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.