mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
WinRT: renamed a mouse-related header file for naming-consistency's sake
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C" {
|
||||
|
||||
#include "../../core/winrt/SDL_winrtapp.h"
|
||||
#include "SDL_winrtvideo_cpp.h"
|
||||
#include "SDL_winrtmouse.h"
|
||||
#include "SDL_winrtmouse_c.h"
|
||||
|
||||
|
||||
extern "C" SDL_bool WINRT_UsingRelativeMouseMode = SDL_FALSE;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
/* SDL includes */
|
||||
#include "SDL_winrtevents_c.h"
|
||||
#include "SDL_winrtmouse.h"
|
||||
#include "SDL_winrtmouse_c.h"
|
||||
#include "SDL_winrtvideo_cpp.h"
|
||||
#include "SDL_assert.h"
|
||||
#include "SDL_system.h"
|
||||
|
||||
@@ -48,7 +48,7 @@ extern "C" {
|
||||
#include "../../core/winrt/SDL_winrtxaml_cpp.h"
|
||||
#include "SDL_winrtvideo_cpp.h"
|
||||
#include "SDL_winrtevents_c.h"
|
||||
#include "SDL_winrtmouse.h"
|
||||
#include "SDL_winrtmouse_c.h"
|
||||
#include "SDL_main.h"
|
||||
#include "SDL_system.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user