mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
More loader imps
This commit is contained in:
25
Runtime/World/CScriptHUDMemo.hpp
Normal file
25
Runtime/World/CScriptHUDMemo.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef CSCRIPTHUDMEMO_HPP
|
||||
#define CSCRIPTHUDMEMO_HPP
|
||||
|
||||
#include "CEntity.hpp"
|
||||
#include "CHUDMemoParms.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CScriptHUDMemo : public CEntity
|
||||
{
|
||||
public:
|
||||
enum class EDisplayType
|
||||
{
|
||||
StatusMessage,
|
||||
MessageBox,
|
||||
};
|
||||
|
||||
private:
|
||||
public:
|
||||
CScriptHUDMemo(TUniqueId, const std::string&, const CEntityInfo&, const CHUDMemoParms&,
|
||||
CScriptHUDMemo::EDisplayType, ResId, bool);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // CSCRIPTHUDMEMO_HPP
|
||||
Reference in New Issue
Block a user