Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | List of all members
Map::id Struct Reference
Collaboration diagram for Map::id:
Collaboration graph

Public Member Functions

 id (char inType, int inIndex)
 

Public Attributes

char type
 
int index
 

Detailed Description

A structure for use with the Map

Constructor & Destructor Documentation

Map::id::id ( char  inType,
int  inIndex 
)
inline

Constructs an id Constructs the id setting the values to the input values

Parameters
charThe inputed type
intThe inputed index

Member Data Documentation

int Map::id::index
char Map::id::type

The documentation for this struct was generated from the following file: