mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-09 21:25:07 +00:00
changes in .gitignore
This commit is contained in:
parent
76c85016d8
commit
52024e4b06
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
_deps
|
_deps
|
||||||
testing
|
testing
|
||||||
|
.vscode
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
#include "input_controller.hpp"
|
||||||
|
|
@ -8,5 +8,5 @@ class InputController {
|
||||||
private:
|
private:
|
||||||
|
|
||||||
public:
|
public:
|
||||||
InputController()
|
InputController();
|
||||||
};
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue