2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-09-20 13:49:37 +00:00
metaforce/Editor/badging/Badging.hpp

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