colobot/src/graphics/core
Piotr Dziwinski 11b0398c03 Include refactoring
* reordered includes according to correct style
 * removed some unnecessary includes
2015-08-02 17:49:07 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
color.cpp More style fixes 2015-08-02 12:06:14 +02:00
color.h More style fixes 2015-08-02 12:06:14 +02:00
device.h Include refactoring 2015-08-02 17:49:07 +02:00
framebuffer.cpp More style fixes 2015-08-02 12:06:14 +02:00
framebuffer.h More style fixes 2015-08-02 12:06:14 +02:00
light.h More style fixes 2015-08-02 12:06:14 +02:00
material.h More style fixes 2015-08-02 12:06:14 +02:00
nulldevice.cpp Include refactoring 2015-08-02 17:49:07 +02:00
nulldevice.h More style fixes 2015-08-02 12:06:14 +02:00
texture.h More style fixes 2015-08-02 12:06:14 +02:00
vertex.h Include refactoring 2015-08-02 17:49:07 +02:00

README.txt

/**
 * \dir graphics/core
 * \brief Abstract core of graphics engine
 *
 * Core types, enums, structs and CDevice abstract class that define
 * the abstract graphics device used in graphics engine
 */