#include <GL/glut.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glext.h>
#include <GL/glaux.h>
#include <GL/wglext.h>
#include <AL/al.h>
#include <AL/alc.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <ostream>
#include <string.h>
#include <time.h>
#include <strstream>
#include <string>
#include <algorithm>
#include <vector>
#include <list>
#include <stack>
#include "ExCTrace.h"
Go to the source code of this file.
Defines | |
#define | VERSION "0.2" |
#define | PREFIX "/usr/local/share" |
#define | PI 3.1415926535897932384626433832795 |
#define | RENDER_TEXTURES_LIGHT 10001 |
#define | RENDER_TEXTURES 10002 |
#define | RENDER_TRIANGLES_LIGHT 10003 |
#define | RENDER_TRIANGLES 10005 |
#define | RENDER_POINTS 10006 |
#define | RENDER_LINES 10007 |
#define | RENDER_NO 10008 |
#define | CLEARCONSOL Consol.flush(); |
Typedefs | |
typedef long | ExId |
typedef std::pair< ExId, char * > | IdName |
typedef unsigned int | uint |
typedef unsigned char | uchar |
Variables | |
PFNGLLOCKARRAYSEXTPROC | glLockArraysEXT |
PFNGLUNLOCKARRAYSEXTPROC | glUnlockArraysEXT |
std::ostrstream * | Consol |
|
Definition at line 131 of file ExDefine.h. |
|
Definition at line 100 of file ExDefine.h. Referenced by DegreesToRadians(), and RadiansToDegrees(). |
|
Definition at line 50 of file ExDefine.h. Referenced by ExManagerTexture::AddTexture(), ExManagerEntite::LoadAsc(), ExManagerCommand::LoadCommandFile(), ExCInterface::LoadInterface(), ExCMap::LoadMap(), ExManagerCommand::LoadSetOfFile(), ExManagerConsole::LoadStringActionFile(), and ExCSystemeParticule::LoadTexture(). |
|
Definition at line 114 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), ExCComposed::ExCComposed(), ExCEntite::ExCEntite(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 115 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 113 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 110 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 109 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 112 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 111 of file ExDefine.h. Referenced by ExCEntite::DrawWithoutList(), and ExManagerCommand::ProcessAction(). |
|
Definition at line 46 of file ExDefine.h. Referenced by ExManagerConsole::DrawConsole(), and ExManagerWindow::ExManagerWindow(). |
|
|
Definition at line 120 of file ExDefine.h. Referenced by ExManagerId::GetNewIdName(), ExManagerId::RecordIdName(), and ExCObject::SetIdName(). |
|
Definition at line 122 of file ExDefine.h. Referenced by ExManagerWindow::Specialeffect(). |
|
Definition at line 121 of file ExDefine.h. Referenced by ExManagerPVS::DrawAllObject(), ExCRandomNumber::getInt(), and LoadTGA(). |
|
Definition at line 130 of file ExDefine.h. |
|
Definition at line 70 of file ExDefine.h. |
|
Definition at line 71 of file ExDefine.h. |