Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
WindowMessageBoxData Struct Reference

#include <GameWindow.h>

Public Attributes

GameWinMsgBoxFunc yesCallback
 Function pointer to the Yes Button Callback.
 
GameWinMsgBoxFunc noCallback
 Function pointer to the No Button Callback.
 
GameWinMsgBoxFunc okCallback
 Function pointer to the Ok Button Callback.
 
GameWinMsgBoxFunc cancelCallback
 Function pointer to the Cancel Button Callback.
 

Detailed Description

Data attached to each Message box window

Definition at line 206 of file GameWindow.h.

Member Data Documentation

◆ cancelCallback

GameWinMsgBoxFunc WindowMessageBoxData::cancelCallback

Function pointer to the Cancel Button Callback.

Definition at line 211 of file GameWindow.h.

◆ noCallback

GameWinMsgBoxFunc WindowMessageBoxData::noCallback

Function pointer to the No Button Callback.

Definition at line 209 of file GameWindow.h.

◆ okCallback

GameWinMsgBoxFunc WindowMessageBoxData::okCallback

Function pointer to the Ok Button Callback.

Definition at line 210 of file GameWindow.h.

◆ yesCallback

GameWinMsgBoxFunc WindowMessageBoxData::yesCallback

Function pointer to the Yes Button Callback.

Definition at line 208 of file GameWindow.h.


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