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
22
src/GameCommands/Skill1Command.h
Normal file
22
src/GameCommands/Skill1Command.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ifndef SKILL_1_COMMAND_H
|
||||
#define SKILL_1_COMMAND_H
|
||||
|
||||
class Skill1Command
|
||||
{
|
||||
private:
|
||||
/* data */
|
||||
public:
|
||||
Skill1Command(/* args */);
|
||||
~Skill1Command();
|
||||
};
|
||||
|
||||
Skill1Command::Skill1Command(/* args */)
|
||||
{
|
||||
}
|
||||
|
||||
Skill1Command::~Skill1Command()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue