GUI
GUI. Ogre3D Overlay. HUD.h. # pragma once # include " Ogre.h " # include " Player.h " class HUD { public : HUD(Player** players, int playerCount , int ID) { this- > players = players ; this- > playerCount = playerCount ; this- >ID = ID ;
459 views • 27 slides