mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
8 lines
149 B
C++
8 lines
149 B
C++
#ifndef _controller__hpp__included__
|
|
#define _controller__hpp__included__
|
|
|
|
#include "controllerframe.hpp"
|
|
|
|
extern controller_state controls;
|
|
|
|
#endif
|