lsnes/include/core/controller.hpp

12 lines
265 B
C++
Raw Normal View History

2011-09-16 06:13:33 +03:00
#ifndef _controller__hpp__included__
#define _controller__hpp__included__
#include "controllerframe.hpp"
2011-09-16 06:13:33 +03:00
2013-01-04 20:41:11 +02:00
void reread_active_buttons();
void reinitialize_buttonmap();
extern controller_state controls;
extern std::map<std::string, std::string> button_keys;
2011-09-17 00:06:20 +03:00
#endif