2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-25 13:13:28 +00:00
metaforce/Editor/badging/Badging.hpp

15 lines
269 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 "Prototype"
#endif