diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-01-04 21:07:22 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-01-04 21:07:22 +0000 |
| commit | 34cad180e8a2124beb0a795998cda4d45ff8fe4f (patch) | |
| tree | 00f454bdb2000bcbd95aa15fed10005baf08073a /Source/Core/InputCommon/Src/InputCommon.h | |
| parent | 96d6fc6e85f10fb5a5ac0a3f8d5c34c53669b4ec (diff) | |
add inputcommon and padsimpleEvnt to windows build. note: the plugin is disabled atm; it builds but isn't fit for general consumption. Also a bit of dolphin-style cleanup on inputcommon
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1768 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/InputCommon.h')
| -rw-r--r-- | Source/Core/InputCommon/Src/InputCommon.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/Src/InputCommon.h b/Source/Core/InputCommon/Src/InputCommon.h index 6128e8cf5d..1981c10386 100644 --- a/Source/Core/InputCommon/Src/InputCommon.h +++ b/Source/Core/InputCommon/Src/InputCommon.h @@ -2,7 +2,8 @@ extern EventHandler *eventHandler; -namespace InputCommon { - void Init(); - void Shutdown(); +namespace InputCommon +{ + void Init(); + void Shutdown(); } |
