10 lines
113 B
C++
10 lines
113 B
C++
|
|
#include "../gui-mate/nekohook/input.hpp"
|
|
|
|
namespace input {
|
|
|
|
// Call to refresh states
|
|
void RefreshInput();
|
|
|
|
}
|