20 #ifndef FASTUIDRAW_STATIC_RESOURCE_HPP 21 #define FASTUIDRAW_STATIC_RESOURCE_HPP 58 c_array<const uint8_t>
all classes and functions of FastUIDraw are in the namespace fastuidraw.
c_array< const uint8_t > fetch_static_resource(c_string resource_label)
void generate_static_resource(c_string resource_label, c_array< const uint8_t > value)
Provided as a conveniance. The ctor calls generate_static_resource().
static_resource(c_string resource_label, c_array< const uint8_t > value)
const char * c_string
Conveniant typedef for C-style strings.