Added an inital port of d_main.c/d_main.h. Added some other basic files

This commit is contained in:
Jim
2026-05-20 19:15:27 +01:00
parent 21aedec4d4
commit 8fd20b2760
11 changed files with 934 additions and 1 deletions

9
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# ---> VisualStudioCode
.vscode/*
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
@@ -12,3 +12,10 @@
# Built Visual Studio Code Extensions
*.vsix
# Added by cargo
/target
/WADS/*