Etterna
0.74.4
Loading...
Searching...
No Matches
src
Etterna
Screen
Gameplay
ScreenGameplayNormal.h
1
/* ScreenGameplay - The music plays, the notes scroll, and the Player is
2
* pressing buttons. */
3
4
#ifndef ScreenGameplayNormal_H
5
#define ScreenGameplayNormal_H
6
7
#include "ScreenGameplay.h"
8
9
class
ScreenGameplayNormal
:
public
ScreenGameplay
10
{
11
public
:
12
virtual
void
FillPlayerInfo(
PlayerInfo
* vPlayerInfoOut);
13
};
14
15
#endif
PlayerInfo
Definition
PlayerInfo.h:19
ScreenGameplayNormal
Definition
ScreenGameplayNormal.h:10
ScreenGameplay
The music plays, the notes scroll, and the Player is pressing buttons.
Definition
ScreenGameplay.h:27
Generated by
1.9.8