My Documents/dxframework/dxf/dxf-engine/dxframework.h File Reference

#include <vector>
#include <string>
#include <map>
#include <list>
#include <algorithm>
#include <stack>
#include <queue>
#include <sstream>
#include <bitset>
#include "dxstdafx.h"
#include <dinput.h>
#include <dshow.h>
#include "dxf_font.h"
#include "dxf_texture.h"
#include "dxf_sprite.h"
#include "dxf_console.h"
#include "dxf_controller.h"
#include "dxf_statemanager.h"
#include "dxf_model.h"
#include "dxf_view.h"
#include "dxf_game.h"
#include "dxf_sound.h"
#include "dxf_tools.h"
#include "dxf_music.h"

Go to the source code of this file.

Defines

#define DXF_VERSION_MAJOR   0
#define DXF_VERSION_MINOR   9
#define DXF_VERSION_MICRO   7
#define DXF_VERSION_STRING   L"0.9.7"
#define unused(x)   (void)(x)
#define DIRECTINPUT_VERSION   0x0800
#define DIR_NONE   0
#define DIR_UP   1
#define DIR_DOWN   2
#define DIR_LEFT   3
#define DIR_UPLEFT   4
#define DIR_DOWNLEFT   5
#define DIR_RIGHT   6
#define DIR_UPRIGHT   7
#define DIR_DOWNRIGHT   8

Variables

const D3DCOLOR BLACK = D3DCOLOR_ARGB(255,0,0,0)
 definition of a often used color
const D3DCOLOR RED = D3DCOLOR_ARGB(255,255,0,0)
 definition of a often used color
const D3DCOLOR GREEN = D3DCOLOR_ARGB(255,0,255,0)
 definition of a often used color
const D3DCOLOR BLUE = D3DCOLOR_ARGB(255,0,0,255)
 definition of a often used color
const D3DCOLOR MAGENTA = D3DCOLOR_ARGB(255,255,0,255)
 definition of a often used color
const D3DCOLOR CYAN = D3DCOLOR_ARGB(255,0,255,255)
 definition of a often used color
const D3DCOLOR YELLOW = D3DCOLOR_ARGB(255,255,255,0)
 definition of a often used color
const D3DCOLOR WHITE = D3DCOLOR_ARGB(255,255,255,255)
 definition of a often used color


Define Documentation

#define DIR_DOWN   2

Definition at line 76 of file dxframework.h.

#define DIR_DOWNLEFT   5

Definition at line 79 of file dxframework.h.

#define DIR_DOWNRIGHT   8

Definition at line 82 of file dxframework.h.

#define DIR_LEFT   3

Definition at line 77 of file dxframework.h.

#define DIR_NONE   0

Definition at line 74 of file dxframework.h.

#define DIR_RIGHT   6

Definition at line 80 of file dxframework.h.

#define DIR_UP   1

Definition at line 75 of file dxframework.h.

#define DIR_UPLEFT   4

Definition at line 78 of file dxframework.h.

#define DIR_UPRIGHT   7

Definition at line 81 of file dxframework.h.

#define DIRECTINPUT_VERSION   0x0800

Definition at line 59 of file dxframework.h.

Referenced by dxf::Controller::Load().

#define DXF_VERSION_MAJOR   0

Applications using DXFramework should include dxf.h, not this file.

Definition at line 35 of file dxframework.h.

Referenced by dxf::Console::Load().

#define DXF_VERSION_MICRO   7

Definition at line 37 of file dxframework.h.

Referenced by dxf::Console::Load().

#define DXF_VERSION_MINOR   9

Definition at line 36 of file dxframework.h.

Referenced by dxf::Console::Load().

#define DXF_VERSION_STRING   L"0.9.7"

Definition at line 38 of file dxframework.h.

#define unused (  )     (void)(x)

Definition at line 42 of file dxframework.h.


Variable Documentation

const D3DCOLOR BLACK = D3DCOLOR_ARGB(255,0,0,0)

definition of a often used color

Definition at line 64 of file dxframework.h.

Referenced by dxf::View::Load(), and dxf::Console::Render2D().

const D3DCOLOR BLUE = D3DCOLOR_ARGB(255,0,0,255)

definition of a often used color

Definition at line 67 of file dxframework.h.

const D3DCOLOR CYAN = D3DCOLOR_ARGB(255,0,255,255)

definition of a often used color

Definition at line 69 of file dxframework.h.

const D3DCOLOR GREEN = D3DCOLOR_ARGB(255,0,255,0)

definition of a often used color

Definition at line 66 of file dxframework.h.

const D3DCOLOR MAGENTA = D3DCOLOR_ARGB(255,255,0,255)

definition of a often used color

Definition at line 68 of file dxframework.h.

const D3DCOLOR RED = D3DCOLOR_ARGB(255,255,0,0)

definition of a often used color

Definition at line 65 of file dxframework.h.

const D3DCOLOR WHITE = D3DCOLOR_ARGB(255,255,255,255)

definition of a often used color

Definition at line 71 of file dxframework.h.

Referenced by dxf::Console::Load().

const D3DCOLOR YELLOW = D3DCOLOR_ARGB(255,255,255,0)

definition of a often used color

Definition at line 70 of file dxframework.h.


Generated on Fri Aug 18 12:01:28 2006 for DXFramework by  doxygen 1.4.7