mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-05-05 20:45:41 -05:00
11 lines
116 B
C++
11 lines
116 B
C++
#ifndef INPUT_HPP
|
|
#define INPUT_HPP
|
|
|
|
#include <padscore/kpad.h>
|
|
#include <vpad/input.h>
|
|
|
|
|
|
int read_input();
|
|
|
|
|
|
#endif |