Started project, implemented keyboard and controller movement
This commit is contained in:
parent
b1f5d882f0
commit
d8fa53801b
33 changed files with 931 additions and 73 deletions
11
src/GameCommands/AxisCommand.h
Normal file
11
src/GameCommands/AxisCommand.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef AXIS_COMMAND_H
|
||||
#define AXIS_COMMAND_H
|
||||
|
||||
class AxisCommand
|
||||
{
|
||||
public:
|
||||
virtual void Execute(float value) = 0;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue