Space Fighter
A "shmup" game for Computer Programming C++
Loading...
Searching...
No Matches
GameplayScreen.cpp File Reference
#include "GameplayScreen.h"
#include "MainMenuScreen.h"
#include "Level.h"
#include "Level01.h"

Go to the source code of this file.

Functions

void OnGameplayScreenRemoved (Screen *pScreen)
 Callback function for when the gameplay screen is removed from the screen manager.
 

Function Documentation

◆ OnGameplayScreenRemoved()

void OnGameplayScreenRemoved ( Screen * pScreen)

Callback function for when the gameplay screen is removed from the screen manager.

Parameters
pScreenA pointer to the gameplay screen that is being removed.

Definition at line 11 of file GameplayScreen.cpp.