Micropolis
initialize.cpp File Reference

Contains initialization functions for various game state components in Micropolis. More...

#include "micropolis.h"

Go to the source code of this file.

Detailed Description

Contains initialization functions for various game state components in Micropolis.

This file includes functions responsible for initializing and resetting game state variables, maps, and editor tools. It sets up initial values for game parameters and clears previous game data to prepare for a new game session or to reset the current state.

Definition in file initialize.cpp.