gpucalc.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2008 by Kutumov Alexey                                  *
00003  *   ru.pixel@gmail.com                                                    *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   This program is distributed in the hope that it will be useful,       *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00013  *   GNU General Public License for more details.                          *
00014  *                                                                         *
00015  *   You should have received a copy of the GNU General Public License     *
00016  *   along with this program; if not, write to the                         *
00017  *   Free Software Foundation, Inc.,                                       *
00018  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00019  ***************************************************************************/
00020 
00035 #ifndef __gpucalc__header__
00036 #define __gpucalc__header__
00037 
00356 namespace gpucalc
00357 {
00361  const char gpucalc_version [] = "0.9.1";
00362  
00366  const char gpucalc_name [] = "is there anybody out there";
00367 }
00368 
00369 #include "prerequisites.h"
00370 
00371 #include "application.h"
00372 #include "bindable.h"
00373 #include "data.h"
00374 #include "debugger/code_instructor.h"
00375 #include "debugger/debugger.h"
00376 #include "exception.h"
00377 #include "framebuffer.h"
00378 #include "gpu_resource.h"
00379 #include "graphic_core.h"
00380 #include "input_argument_parser.h"
00381 #include "iterator.h"
00382 #include "kernel.h"
00383 #include "library.h"
00384 #include "log.h"
00385 #include "log_manager.h"
00386 #include "object.h"
00387 #include "plugin.h"
00388 #include "shader.h"
00389 #include "shader_system.h"
00390 #include "singleton.h"
00391 #include "string_util.h"
00392 #include "task.h"
00393 #include "task_manager.h"
00394 #include "text_file_loader.h"
00395 #include "texture.h"
00396 #include "timer.h"
00397 #include "uniform.h"
00398 
00411 class _GpuCalcExport WindowsNT {};
00412 
00413 
00414 #endif

Generated on Thu Mar 5 22:36:42 2009 for gpucalc by  doxygen 1.5.6