colobot/src/graphics/core
Piotr Dziwinski 4ddcd9f810 Change of paths in src/graphics
- moved abstract core to src/graphics/core
- moved proper graphics engine to src/graphics/engine
2012-07-26 22:26:19 +02:00
..
README.txt Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
color.cpp Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
color.h Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
device.h Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
light.h Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
material.h Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
texture.h Change of paths in src/graphics 2012-07-26 22:26:19 +02:00
vertex.h Change of paths in src/graphics 2012-07-26 22:26:19 +02:00

README.txt

src/graphics/core

Abstract core of graphics engine

Core types, enums, structs and CDevice abstract class that define
the abstract graphics device used in graphics engine