This commit is contained in:
h4570
2022-08-28 17:21:13 +02:00
8 changed files with 24 additions and 23 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
"recommendations": [
"ms-vscode.cpptools-extension-pack",
"ryzngard.vscode-header-source",
"maziac.asm-code-lens"
"maziac.asm-code-lens",
"dmnsgn.vscode-wavefront",
"spmeesseman.vscode-taskexplorer"
]
}
+1 -2
View File
@@ -1,7 +1,6 @@
#pragma once
#include <engine.hpp>
#include <game.hpp>
#include <tyra>
namespace Racer {
+1 -1
View File
@@ -1,4 +1,4 @@
#include "engine.hpp"
#include <tyra>
#include "racer_game.hpp"
int main() {