Skip to content

Commit

Permalink
Bump commonItems from 68d15ac to 08cab2c (#340)
Browse files Browse the repository at this point in the history
Bumps [commonItems](https://github.com/ParadoxGameConverters/commonItems) from `68d15ac` to `08cab2c`.
- [Release notes](https://github.com/ParadoxGameConverters/commonItems/releases)
- [Commits](ParadoxGameConverters/commonItems@68d15ac...08cab2c)

---
updated-dependencies:
- dependency-name: commonItems
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent d930e90 commit 6286be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonItems
Submodule commonItems updated 25 files
+1 −0 .gitignore
+30 −0 ModLoader/Mod.h
+221 −0 ModLoader/ModFilesystem.cpp
+40 −0 ModLoader/ModFilesystem.h
+54 −3 ModLoader/ModLoader.cpp
+15 −12 ModLoader/ModLoader.h
+3 −0 ModLoader/ModParser.cpp
+2 −0 ModLoader/ModParser.h
+7 −0 WinUtils.cpp
+5 −0 tests/CMakeLists.txt
+76 −0 tests/CommonItemsTests.vcxproj
+90 −0 tests/CommonItemsTests.vcxproj.filters
+331 −0 tests/ModFilesystemTests.cpp
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/game_root/test_folder/deeper_folder/dummy.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/game_root/test_folder/game_folder/dummy.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/game_root/test_folder/root_file.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/game_root/test_folder/test_file.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_one/test_folder/deeper_folder/dummy.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_one/test_folder/mod_one_file.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_one/test_folder/mod_one_folder/dummy.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_one/test_folder/test_file.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_two/test_folder/deeper_folder/dummy.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_two/test_folder/mod_two_file.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_two/test_folder/mod_two_folder/dummy.txt
+0 −0 tests/TestFiles/ModFilesystem/GetActualFileLocation/mod_two/test_folder/test_file.txt

0 comments on commit 6286be5

Please sign in to comment.