colobot/src/graphics/core
Piotr Dziwinski 93a06c0c23 Remove manual memory management from graphics classes 2015-08-12 21:07:16 +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 Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
framebuffer.cpp More style fixes 2015-08-02 12:06:14 +02:00
framebuffer.h Add proper initializations in basic graphics structures 2015-08-06 08:22:11 +02:00
light.h Add proper initializations in basic graphics structures 2015-08-06 08:22:11 +02:00
material.h More style fixes 2015-08-02 12:06:14 +02:00
nulldevice.cpp Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
nulldevice.h Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
texture.h Add proper initializations in basic graphics structures 2015-08-06 08:22:11 +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
 */