colobot/src/graphics/core
krzys-h 9fd6cf5449 Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
color.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
color.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
device.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
light.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
material.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
texture.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
vertex.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +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
 */