Skip to content

Commit

Permalink
Merge pull request #260 from ko4life-net/std-filesystem
Browse files Browse the repository at this point in the history
Standardize File Handling with std::filesystem and Expand Cross-Platform Utilities
  • Loading branch information
stevewgr committed Nov 19, 2024
2 parents 2b24dea + cf24965 commit d4cb1a6
Show file tree
Hide file tree
Showing 325 changed files with 6,072 additions and 7,751 deletions.
5 changes: 2 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[submodule "src/assets"]
path = src/assets
url = ../ko-assets
branch = 1.1.1
shallow = true
depth = 1
[submodule "src/db"]
path = src/db
url = ../ko-db
branch = 1.1.2
shallow = true
depth = 1
[submodule "src/vendor"]
path = src/vendor
url = ../ko-vendor
branch = 1.1.0
shallow = true
depth = 1
2 changes: 1 addition & 1 deletion config.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ERRORLEVEL 1 (
exit 1
)

git submodule update --init --recursive
git submodule update --init

@REM src\All.sln

Expand Down
Loading

0 comments on commit d4cb1a6

Please sign in to comment.