Micropolis
frontendmessage.h File Reference

Defines classes for handling messages between the game engine and the GUI frontend. More...

Go to the source code of this file.

Classes

class  FrontendMessage
 
class  FrontendMessageDidTool
 
class  FrontendMessageMakeSound
 

Detailed Description

Defines classes for handling messages between the game engine and the GUI frontend.

This header file includes class definitions for managing and sending messages from the Micropolis game engine to the graphical user interface (GUI) frontend. It facilitates communication and interactions between the game's backend and frontend, ensuring a responsive and dynamic user experience. Classes defined here include the general FrontendMessage class and its specialized subclasses such as FrontendMessageDidTool and FrontendMessageMakeSound for specific message types.

Definition in file frontendmessage.h.