Latest dearimgui Activity
So my SQL to select from the screens table values that are ordered by nickname.
I am having no luck. Any ideas?
enum selected_tab { no_tab, screens_tab, portals_tab, portal_pairs_tab };
static selected_tab sel_tab = no_tab;
static vector<screen> vs;
static vector<screen> last_vs;
…
Advertisement
Advertisement