lsnes/include/core/controller.hpp
Ilari Liusvaara a0680f8778 Refactor controller input code
This also fixes bugs in autoholding.
2012-01-11 23:07:31 +02:00

8 lines
149 B
C++

#ifndef _controller__hpp__included__
#define _controller__hpp__included__
#include "controllerframe.hpp"
extern controller_state controls;
#endif