mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Add missing header
This commit is contained in:
parent
f3d1a112b3
commit
ec6322cba5
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
|
#include "ultramodern/input.hpp"
|
||||||
|
|
||||||
#include "json/json.hpp"
|
#include "json/json.hpp"
|
||||||
|
|
||||||
namespace recomp {
|
namespace recomp {
|
||||||
|
|
@ -155,6 +157,8 @@ namespace recomp {
|
||||||
void update_rumble();
|
void update_rumble();
|
||||||
void handle_events();
|
void handle_events();
|
||||||
|
|
||||||
|
ultramodern::input::connected_device_info_t get_connected_device_info(int controller_num);
|
||||||
|
|
||||||
// Rumble strength ranges from 0 to 100.
|
// Rumble strength ranges from 0 to 100.
|
||||||
int get_rumble_strength();
|
int get_rumble_strength();
|
||||||
void set_rumble_strength(int strength);
|
void set_rumble_strength(int strength);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue