Seaside/SpyCustom/sdk/KeyCode.h
2021-06-16 18:46:33 +03:00

15 lines
170 B
C++

#ifndef KEYCODE_H
#define KEYCODE_H
#ifdef _WIN32
#pragma once
#endif
#include "ButtonCode.h"
namespace vgui
{
typedef ButtonCode_t KeyCode;
}
#endif