#include <string>#include <sstream>#include <iomanip>#include "regcom/client/MapView.h"#include "regcom/client/Console.h"#include "regcom/gui/Surface.h"#include "regcom/gui/Point.h"#include "regcom/gui/Color.h"#include "regcom/common/Map.h"#include "regcom/common/Tile.h"#include "regcom/common/Hex.h"Namespaces | |
| namespace | regcom |
| namespace | regcom::client |
Defines | |
| #define | FLOOR2(x) ( ((x)>=0) ? ((x)>>1) : (((x)-1)/2) ) |
| #define | CEIL2(x) ( ((x)>=0) ? (((x)+1)>>1) : ((x)/2) ) |
| #define FLOOR2 | ( | x | ) | ( ((x)>=0) ? ((x)>>1) : (((x)-1)/2) ) |
| #define CEIL2 | ( | x | ) | ( ((x)>=0) ? (((x)+1)>>1) : ((x)/2) ) |
Navigation
Home Page
Screen Shots
Developers
Documentation
Doxygen
Namespace List
Class List
Class Hierarchy
File List
Todo List
Links
SDL Library
License
SourceForge Project
Forums
Download
Regimental Command
Copyright © 2008
Randi J. Relander