Etterna 0.74.4
Loading...
Searching...
No Matches
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
10{
11 public:
12 virtual void FillPlayerInfo(PlayerInfo* vPlayerInfoOut);
13};
14
15#endif
Definition PlayerInfo.h:19
Definition ScreenGameplayNormal.h:10
The music plays, the notes scroll, and the Player is pressing buttons.
Definition ScreenGameplay.h:27