opuntiaOS - an operating system targeting x86 and ARMv7
at master 118 B view raw
1#include <libui/ContextManager.h> 2#include <vector> 3 4namespace UI { 5std::vector<LG::Context> s_ui_graphics_contexts; 6}