1#include <libui/ContextManager.h> 2#include <vector> 3 4namespace UI { 5std::vector<LG::Context> s_ui_graphics_contexts; 6}