2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 09:13:27 +00:00
metaforce/Editor/badging/Badging.hpp
2018-10-06 17:42:33 -10:00

17 lines
242 B
C++

#pragma once
#include "specter/ViewResources.hpp"
namespace urde
{
void InitializeBadging(specter::ViewResources& viewRes);
void DestroyBadging();
specter::Icon& GetBadge();
}
#ifndef BADGE_PHRASE
#define BADGE_PHRASE "Prototype"
#endif