mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-06 10:33:28 +00:00
16 lines
269 B
C++
16 lines
269 B
C++
#ifndef _CSAMUSHUD
|
|
#define _CSAMUSHUD
|
|
|
|
#include "types.h"
|
|
|
|
#include "MetroidPrime/HUD/CHUDMemoParms.hpp"
|
|
|
|
#include "rstl/string.hpp"
|
|
|
|
class CSamusHud {
|
|
public:
|
|
static void DisplayHudMemo(const rstl::wstring& text, const CHUDMemoParms& info);
|
|
};
|
|
|
|
#endif // _CSAMUSHUD
|