8 lines
110 B
C++
8 lines
110 B
C++
|
#include "window.hpp"
|
||
|
|
||
|
void poll_joysticks()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
const char* joystick_plugin_name = "Dummy joystick plugin";
|