2011-09-16 06:13:33 +03:00
|
|
|
#ifndef _controller__hpp__included__
|
|
|
|
#define _controller__hpp__included__
|
|
|
|
|
2012-01-09 21:55:55 +02:00
|
|
|
#include "controllerframe.hpp"
|
2011-09-16 06:13:33 +03:00
|
|
|
|
2013-01-04 20:41:11 +02:00
|
|
|
void reread_active_buttons();
|
2013-01-07 18:21:44 +02:00
|
|
|
void reinitialize_buttonmap();
|
2012-01-11 23:07:31 +02:00
|
|
|
extern controller_state controls;
|
2013-01-07 20:29:03 +02:00
|
|
|
extern std::map<std::string, std::string> button_keys;
|
2011-11-05 00:37:32 +02:00
|
|
|
|
2011-09-17 00:06:20 +03:00
|
|
|
#endif
|