Files
GTASource/game/script/commands_hud.h
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

34 lines
739 B
C++

//
// filename: commands_hud.h
// description:
//
#ifndef INC_COMMANDS_HUD_H_
#define INC_COMMANDS_HUD_H_
// --- Include Files ------------------------------------------------------------
// C headers
// Rage headers
// Game headers
// --- Defines ------------------------------------------------------------------
// --- Constants ----------------------------------------------------------------
// --- Structure/Class Definitions ----------------------------------------------
// --- Globals ------------------------------------------------------------------
namespace hud_commands
{
void SetupScriptCommands();
bool CommandIsPauseMenuActive();
void CommandSetTextRenderId(int renderID);
}
#endif // !INC_COMMANDS_HUD_H_