mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-16 21:53:01 +00:00
fix build with clang, fix saverestore again, android mod launcher support
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user