Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}
Binary file not shown.
Binary file added Pokemon/.vs/Pokemon/v17/Browse.VC.db
Binary file not shown.
393 changes: 393 additions & 0 deletions Pokemon/.vs/Pokemon/v17/DocumentLayout.backup.json

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions Pokemon/.vs/Pokemon/v17/DocumentLayout.json

Large diffs are not rendered by default.

Binary file added Pokemon/.vs/Pokemon/v17/Solution.VC.db
Binary file not shown.
Binary file not shown.
53 changes: 0 additions & 53 deletions Pokemon/Battle/BattleManager.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions Pokemon/Battle/BattleManager.hpp

This file was deleted.

14 changes: 0 additions & 14 deletions Pokemon/Battle/BattleState.hpp

This file was deleted.

23 changes: 0 additions & 23 deletions Pokemon/Battle/WildEncounterManager.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions Pokemon/Battle/WildEncounterManager.hpp

This file was deleted.

46 changes: 0 additions & 46 deletions Pokemon/Character/Player/Player.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions Pokemon/Character/Player/Player.hpp

This file was deleted.

106 changes: 0 additions & 106 deletions Pokemon/Character/ProfessorOak.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions Pokemon/Character/ProfessorOak.hpp

This file was deleted.

Loading