mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-18 03:59:20 +01:00
Update Screen system
Added FuelScreen (Working buttons) Added SellScreen (Nothing working)
This commit is contained in:
12
Game/GameManager.h
Normal file
12
Game/GameManager.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "Player.h"
|
||||
|
||||
class GameManager
|
||||
{
|
||||
public:
|
||||
float balance{ 0.0f };
|
||||
float fuel{ 0.0f };
|
||||
|
||||
private:
|
||||
GameManager() = default;
|
||||
};
|
||||
Reference in New Issue
Block a user