move project to this repo

This commit is contained in:
Norman Bos
2024-04-08 23:56:20 +02:00
parent 662a1edce4
commit aa42870720
35 changed files with 1858 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}
+16
View File
@@ -0,0 +1,16 @@
{
"files.associations": {
"*.md": "markdown",
"stdio.h": "c",
"gb.h": "c",
"font.h": "c",
"smiley.h": "c",
"character.h": "c",
"metasprites.h": "c",
"blankscreen.h": "c",
"underwater_map.h": "c",
"collision.h": "c",
"common.h": "c",
"actor.h": "c"
}
}