From 3478978c21ddc905ceb01f5ffc9c22bbf19bc288 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 24 Jun 2012 15:41:56 +0200 Subject: CApplication and Gfx::CEngine interfaces & other - added CApplication and Gfx::CEngine interfaces - added Gfx::Material struct - added Math::IntPoint struct - added template for Gfx::CDevice class - added templates for Gfx::CGLDevice and Gfx::CGLEngine classes --- src/graphics/opengl/gldevice.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/graphics/opengl/gldevice.cpp (limited to 'src/graphics/opengl/gldevice.cpp') diff --git a/src/graphics/opengl/gldevice.cpp b/src/graphics/opengl/gldevice.cpp new file mode 100644 index 0000000..7938e62 --- /dev/null +++ b/src/graphics/opengl/gldevice.cpp @@ -0,0 +1,21 @@ +// * This file is part of the COLOBOT source code +// * Copyright (C) 2012, Polish Portal of Colobot (PPC) +// * +// * This program is free software: you can redistribute it and/or modify +// * it under the terms of the GNU General Public License as published by +// * the Free Software Foundation, either version 3 of the License, or +// * (at your option) any later version. +// * +// * This program is distributed in the hope that it will be useful, +// * but WITHOUT ANY WARRANTY; without even the implied warranty of +// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// * GNU General Public License for more details. +// * +// * You should have received a copy of the GNU General Public License +// * along with this program. If not, see http://www.gnu.org/licenses/. + +// gldevice.cpp + +#include "graphics/opengl/gldevice.h" + +// TODO -- cgit v1.2.3-1-g7c22