Removed core as a submodule... It is needed to clone the right core manually

This commit is contained in:
Ulysse Cura 2026-04-12 22:45:51 +02:00
parent 86fbd46a03
commit c5c799134e
5 changed files with 5 additions and 11 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
build
core
SDL2_Core
Casio_Core

7
.gitmodules vendored
View File

@ -1,7 +0,0 @@
[submodule "SDL2_Core"]
path = core
url = https://gitea.skadubpc.net/ulysse/2D_Engine_SDL2_Core.git
[submodule "Casio_Core"]
path = core
url = https://gitea.skadubpc.net/ulysse/2D_Engine_Casio_Core.git

View File

@ -4,7 +4,8 @@
"name": "Default",
"includePath": [
"src/**/headers",
"core/src/headers"
"SDL2_Core/src/headers",
"Casio_Core/src/headers"
]
}
],

2
.vscode/launch.json vendored
View File

@ -11,7 +11,7 @@
"program": "${workspaceRoot}/build/2D_Engine",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"cwd": "${workspaceRoot}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",

1
core

@ -1 +0,0 @@
Subproject commit 54204542c14305a28b5b0f7d4303a685565126ac