From 1fc179609e1392285e7f3fd01289895c6e5de66c Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 28 Nov 2018 16:01:44 +1300 Subject: oopsie >w< it appears i've made a fucky wucky ;w;www --- loader/ui_dropdown_item.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 loader/ui_dropdown_item.h (limited to 'loader/ui_dropdown_item.h') diff --git a/loader/ui_dropdown_item.h b/loader/ui_dropdown_item.h deleted file mode 100644 index 9ffa60d..0000000 --- a/loader/ui_dropdown_item.h +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once - -#include "ui_base_item.h" - -namespace ui -{ - namespace dropdowns - { - template < typename t = int > - struct dropdown_item_t { - const char* m_name; - t m_value; - }; - - std::vector< dropdown_item_t< > > games = { - { xors( "csgo" ), 1 }, - { xors( "csgo (beta)" ), 3 }, - { xors( "tf2" ), 2 }, - { xors( "gmod (beta)" ), 4 } - }; - } -} \ No newline at end of file -- cgit v1.2.3