YourCityInvadedByAliens
Documentation for code of the game
Classes | Enumerations | Functions
render_road0.h File Reference
#include "render.h"
#include "ylog.h"
Include dependency graph for render_road0.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RenderRoad0
 

Enumerations

enum  RoadPart {
  RoadPart::NONE = -1, RoadPart::VERTICAL = 0, RoadPart::HORIZONTAL = 1, RoadPart::RIGHT_DOWN = 2,
  RoadPart::LEFT_DOWN = 3, RoadPart::LEFT_UP = 4, RoadPart::RIGHT_UP = 5, RoadPart::CROSS = 6,
  RoadPart::LEFT_UP_DOWN = 7, RoadPart::LEFT_RIGHT_UP = 8, RoadPart::RIGHT_UP_DOWN = 9, RoadPart::LEFT_RIGHT_DOWN = 10
}
 

Functions

static RoadPart convertStringToRoadPart (const std::string &sRoadPart)
 

Enumeration Type Documentation

◆ RoadPart

enum RoadPart
strong
Enumerator
NONE 
VERTICAL 
HORIZONTAL 
RIGHT_DOWN 
LEFT_DOWN 
LEFT_UP 
RIGHT_UP 
CROSS 
LEFT_UP_DOWN 
LEFT_RIGHT_UP 
RIGHT_UP_DOWN 
LEFT_RIGHT_DOWN 

Function Documentation

◆ convertStringToRoadPart()

static RoadPart convertStringToRoadPart ( const std::string &  sRoadPart)
static