@@ -0,0 +1,17 @@
#include "player.h"
#pragma once
class Game {
public:
void run();
private:
bool isRunning = true;
Player* player = nullptr;
void showMainMenu();
void processCommand();
void render();
};
The note is not visible to the blocked user.