9 lines
179 B
C++
9 lines
179 B
C++
#ifndef _controller__hpp__included__
|
|
#define _controller__hpp__included__
|
|
|
|
#include "controllerframe.hpp"
|
|
|
|
void reread_active_buttons();
|
|
extern controller_state controls;
|
|
|
|
#endif
|