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
|