mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-09-20 13:49:37 +00:00
15 lines
265 B
C++
15 lines
265 B
C++
#pragma once
|
|
|
|
#include "specter/ViewResources.hpp"
|
|
|
|
namespace metaforce {
|
|
void InitializeBadging(specter::ViewResources& viewRes);
|
|
void DestroyBadging();
|
|
|
|
specter::Icon& GetBadge();
|
|
} // namespace metaforce
|
|
|
|
#ifndef BADGE_PHRASE
|
|
#define BADGE_PHRASE "Alpha"
|
|
#endif
|