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