fix build with clang, fix saverestore again, android mod launcher support

This commit is contained in:
nillerusr
2022-01-19 18:59:42 +03:00
parent 94fb7d4c00
commit 0fb75b41fd
142 changed files with 59 additions and 45506 deletions
-4
View File
@@ -7,7 +7,6 @@
#include "usercmd.h"
extern ConVar touch_enable;
extern "C" int getAssets();
#define GRID_COUNT touch_grid_count.GetInt()
#define GRID_COUNT_X (GRID_COUNT)
@@ -223,9 +222,6 @@ private:
vgui::HFont textfont;
int mouse_events;
int base_textureID;
bool m_bHaveAssets;
float screen_h, screen_w;
};