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
|
|
|
|
2012-01-11 23:07:31 +02:00
|
|
|
extern controller_state controls;
|
2011-11-05 00:37:32 +02:00
|
|
|
|
2011-09-17 00:06:20 +03:00
|
|
|
#endif
|