HOG2
Classes | Functions | Variables
Map.cpp File Reference
#include <stack>
#include "Map.h"
#include "GLUtil.h"
#include <cstdlib>
#include <cstring>
#include "BitMap.h"
#include <vector>
Include dependency graph for Map.cpp:

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]
 

Function Documentation

◆ InitTextures()

void InitTextures ( )

Variable Documentation

◆ edgewidth

double edgewidth[81]

Definition at line 2394 of file Map.cpp.

Referenced by Map::GetEdgeWidthX(), and Map::GetEdgeWidthY().

◆ verbose

const bool verbose = false
static

Definition at line 23 of file Map.cpp.

Referenced by Map::OpenGLDraw().

◆ wall

GLuint wall = -1

Definition at line 19 of file Map.cpp.

Referenced by Map::DrawTile(), and InitTextures().