Table of Contents

 
RenderMap
 

Purpose

Displays the map on screen

 

Protoype

void CTileMngr::RenderMap ()
 

Description

This function renders the map at the current map location.

 

Use

CTielMngr tile_mngr;
tile_mngr.RenderMap();
 

Prev: RemoveSprites