Trying to hook up the first native function!
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user