CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Public Member Functions | List of all members
map_overlay Class Referenceabstract

#include <th_map_overlays.h>

Inheritance diagram for map_overlay:
map_overlay_pair map_typical_overlay map_flags_overlay map_parcels_overlay map_text_overlay map_positions_overlay

Public Member Functions

virtual ~map_overlay ()=default
 
virtual void draw_cell (render_target *pCanvas, int iCanvasX, int iCanvasY, const level_map *pMap, int iNodeX, int iNodeY)=0
 

Constructor & Destructor Documentation

◆ ~map_overlay()

virtual map_overlay::~map_overlay ( )
virtualdefault

Member Function Documentation

◆ draw_cell()

virtual void map_overlay::draw_cell ( render_target pCanvas,
int  iCanvasX,
int  iCanvasY,
const level_map pMap,
int  iNodeX,
int  iNodeY 
)
pure virtual

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