diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55760c4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "freetype"] + path = freetype + url = https://github.com/freetype/freetype.git +[submodule "imgui"] + path = imgui + url = https://github.com/ocornut/imgui.git +[submodule "imgui-sfml"] + path = imgui-sfml + url = https://github.com/SFML/imgui-sfml.git +[submodule "SFML"] + path = SFML + url = https://github.com/SFML/SFML.git +[submodule "vorbis"] + path = vorbis + url = https://github.com/xiph/vorbis.git +[submodule "flac"] + path = flac + url = https://github.com/xiph/flac.git +[submodule "ogg"] + path = ogg + url = https://github.com/xiph/ogg.git diff --git a/SFML b/SFML new file mode 160000 index 0000000..7a7138b --- /dev/null +++ b/SFML @@ -0,0 +1 @@ +Subproject commit 7a7138b02fb56ca12c888847987e68ca51614d5e diff --git a/flac b/flac new file mode 160000 index 0000000..9547dbc --- /dev/null +++ b/flac @@ -0,0 +1 @@ +Subproject commit 9547dbc2ddfca06a70ea937dbb605bbe78ea5f90 diff --git a/freetype b/freetype new file mode 160000 index 0000000..23b6cd2 --- /dev/null +++ b/freetype @@ -0,0 +1 @@ +Subproject commit 23b6cd27ff19b70cbf98e058cd2cf0647d5284ff diff --git a/imgui b/imgui new file mode 160000 index 0000000..922a11f --- /dev/null +++ b/imgui @@ -0,0 +1 @@ +Subproject commit 922a11f0847fe1a7907345c31a22e0e77a43829c diff --git a/imgui-sfml b/imgui-sfml new file mode 160000 index 0000000..ab6b5cf --- /dev/null +++ b/imgui-sfml @@ -0,0 +1 @@ +Subproject commit ab6b5cfeddb4eb980a42b526dc66901a0976ff6d diff --git a/ogg b/ogg new file mode 160000 index 0000000..0288fad --- /dev/null +++ b/ogg @@ -0,0 +1 @@ +Subproject commit 0288fadac3ac62d453409dfc83e9c4ab617d2472 diff --git a/premake5/premake5 b/premake5/premake5 index f8ec5cb..1b601b0 100755 Binary files a/premake5/premake5 and b/premake5/premake5 differ diff --git a/premake5/premake5.exe b/premake5/premake5.exe old mode 100644 new mode 100755 index 4f4b2ed..52ae09d Binary files a/premake5/premake5.exe and b/premake5/premake5.exe differ diff --git a/vorbis b/vorbis new file mode 160000 index 0000000..2d79800 --- /dev/null +++ b/vorbis @@ -0,0 +1 @@ +Subproject commit 2d79800b6751dddd4b8b4ad50832faa5ae2a00d9