Trying to hook up the first native function!

This commit is contained in:
Lars A. Doucet
2015-07-30 13:39:05 -05:00
parent 32beb569d1
commit e0a16c109c
4 changed files with 53 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
#ifndef LIME_UI_DISPLAY_H
#define LIME_UI_DISPLAY_H
#include <SDL.h>
#include <ui/Gamepad.h>
#include <map>
namespace lime {
class Display {
public:
static int GetNumDevices ();
};
}
#endif