mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 10:22:52 +01:00
9eb4c62a04
+ Add names for some styles to reduce confusion + Move some HUD drawing into a seperate file
8 lines
192 B
C++
8 lines
192 B
C++
#pragma once
|
|
#include <engine/GameWorld.hpp>
|
|
|
|
class PlayerController;
|
|
|
|
void drawHUD(PlayerController* player, GameWorld* world, GameRenderer* render);
|
|
|
|
void drawOnScreenText(GameWorld* world); |