浏览代码

input: removed static keyword for global input names

undefined
Benlitz Sam Hocevar <sam@hocevar.net> 12 年前
父节点
当前提交
e1241fd974
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/input/input.h

+ 2
- 2
src/input/input.h 查看文件

@@ -16,8 +16,8 @@
namespace lol
{

static const String g_name_mouse("Mouse");
static const String g_name_keyboard("Keyboard");
const String g_name_mouse("Mouse");
const String g_name_keyboard("Keyboard");

class InputDevice
{


正在加载...
取消
保存