mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Merge from bacsu & fix linux includes
This commit is contained in:
parent
32506d863b
commit
8eaa3a7eb9
1 changed files with 3 additions and 7 deletions
|
@ -7,15 +7,11 @@
|
|||
#include "vgui_defaultinputsignal.h"
|
||||
|
||||
#include "AvHFont.h"
|
||||
//@2014 added keycode
|
||||
#include <string>
|
||||
//@2014
|
||||
|
||||
#include <SDL2\SDL_events.h> //#define VK_ESCAPE 0x1B
|
||||
#include <SDL2\SDL_keyboard.h> //#define VK_RETURN 0x0D
|
||||
#include <SDL2\SDL_keycode.h> //#define VK_CAPITAL 0x14
|
||||
//#define VK_LCONTROL 0xA2
|
||||
//#define VK_RCONTROL 0xA3
|
||||
#include <SDL2/SDL_events.h>
|
||||
#include <SDL2/SDL_keyboard.h>
|
||||
#include <SDL2/SDL_keycode.h>
|
||||
|
||||
|
||||
class ChatPanel : public vgui::Panel, public vgui::CDefaultInputSignal
|
||||
|
|
Loading…
Reference in a new issue