metaforce/Editor/badging/Badging.hpp

19 lines
318 B
C++
Raw Normal View History

2016-07-16 12:21:12 -07:00
#ifndef __URDE_BADGING_HPP__
#define __URDE_BADGING_HPP__
#include "specter/ViewResources.hpp"
namespace urde
{
void InitializeBadging(specter::ViewResources& viewRes);
void DestroyBadging();
2016-07-16 12:21:12 -07:00
specter::Icon& GetBadge();
}
#ifndef BADGE_PHRASE
#define BADGE_PHRASE "Prototype"
#endif
#endif // __URDE_BADGING_HPP__