HOG2
|
#include <stack>
#include "Map.h"
#include "GLUtil.h"
#include <cstdlib>
#include <cstring>
#include "BitMap.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | header |
struct | structArray |
struct | fieldData |
struct | fullData |
Functions | |
void | InitTextures () |
Variables | |
GLuint | wall = -1 |
static const bool | verbose = false |
double | edgewidth [81] |
void InitTextures | ( | ) |
Definition at line 25 of file Map.cpp.
References BitMapPic::GetBytes(), BitMapPic::GetHeight(), BitMapPic::GetWidth(), BitMapPic::Save(), and wall.
Referenced by Map::SetTileSet().
double edgewidth[81] |
Definition at line 2394 of file Map.cpp.
Referenced by Map::GetEdgeWidthX(), and Map::GetEdgeWidthY().
|
static |
Definition at line 23 of file Map.cpp.
Referenced by Map::OpenGLDraw().
GLuint wall = -1 |
Definition at line 19 of file Map.cpp.
Referenced by Map::DrawTile(), and InitTextures().