cleaning up Display cpp
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#ifndef LIME_UI_DISPLAY_H
|
#ifndef LIME_SYSTEM_DISPLAY_H
|
||||||
#define LIME_UI_DISPLAY_H
|
#define LIME_SYSTEM_DISPLAY_H
|
||||||
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <ui/Gamepad.h>
|
|
||||||
#include <map>
|
|
||||||
|
|
||||||
namespace lime {
|
namespace lime {
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
namespace lime {
|
namespace lime {
|
||||||
|
|
||||||
|
|
||||||
int SDLDisplay::GetNumDevices() {
|
int Display::GetNumDevices() {
|
||||||
|
|
||||||
return SDL_GetNumVideoDisplays();
|
return SDL_GetNumVideoDisplays();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user