mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:11:22 +00:00
15 lines
259 B
C++
15 lines
259 B
C++
#pragma once
|
|
|
|
#include "specter/ViewResources.hpp"
|
|
|
|
namespace urde {
|
|
void InitializeBadging(specter::ViewResources& viewRes);
|
|
void DestroyBadging();
|
|
|
|
specter::Icon& GetBadge();
|
|
} // namespace urde
|
|
|
|
#ifndef BADGE_PHRASE
|
|
#define BADGE_PHRASE "Prototype"
|
|
#endif
|