소스 검색

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 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 class InputDevice
{ {


불러오는 중...
취소
저장