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