thunderbrew/src/ui/Util.hpp

17 lines
324 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef UI_UTIL_HPP
#define UI_UTIL_HPP
#include "gx/Types.hpp"
#include "ui/Types.hpp"
#include <cstdint>
const char* LanguageProcess(const char*);
int32_t StringToBlendMode(const char*, EGxBlend&);
int32_t StringToFramePoint(const char*, FRAMEPOINT&);
int32_t StringToFrameStrata(const char*, FRAME_STRATA&);
#endif