forked from dolphin-emu/dolphin
get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
// Includes
|
||||
// ¯¯¯¯¯¯¯¯¯¯
|
||||
// ----------
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace XInput
|
||||
|
||||
|
||||
// Declarations
|
||||
// ¯¯¯¯¯¯¯¯¯¯
|
||||
// ----------
|
||||
void Init();
|
||||
int GetXI(int Controller, int Button);
|
||||
bool IsConnected(int Controller);
|
||||
|
||||
Reference in New Issue
Block a user