forked from mirrors/0ad
3d26549032
This was SVN commit r3802.
9 lines
140 B
C++
9 lines
140 B
C++
#include "GameLoop.h"
|
|
|
|
class InputProcessor
|
|
{
|
|
public:
|
|
// Returns true if the camera has moved
|
|
bool ProcessInput(GameLoopState* state);
|
|
};
|