├── Data-rsdk └── Put Data.rsdk here ├── RSDKv5-Decompilation ├── RSDKv5 │ ├── RSDK │ │ ├── User │ │ │ ├── NX │ │ │ │ ├── NXStats.cpp │ │ │ │ ├── NXPresence.cpp │ │ │ │ ├── NXStorage.cpp │ │ │ │ ├── NXAchievements.cpp │ │ │ │ ├── NXLeaderboards.cpp │ │ │ │ ├── NXLeaderboards.hpp │ │ │ │ ├── NXAchievements.hpp │ │ │ │ ├── NXStats.hpp │ │ │ │ └── NXPresence.hpp │ │ │ ├── EOS │ │ │ │ ├── EOSPresence.cpp │ │ │ │ ├── EOSStats.cpp │ │ │ │ ├── EOSStorage.cpp │ │ │ │ ├── EOSAchievements.cpp │ │ │ │ ├── EOSLeaderboards.cpp │ │ │ │ ├── EOSStats.hpp │ │ │ │ ├── EOSLeaderboards.hpp │ │ │ │ └── EOSPresence.hpp │ │ │ ├── Steam │ │ │ │ ├── SteamStats.cpp │ │ │ │ ├── SteamPresence.cpp │ │ │ │ ├── SteamStorage.cpp │ │ │ │ ├── SteamAchievements.cpp │ │ │ │ ├── SteamLeaderboards.cpp │ │ │ │ ├── SteamStats.hpp │ │ │ │ ├── SteamPresence.hpp │ │ │ │ └── SteamAchievements.hpp │ │ │ └── Dummy │ │ │ │ ├── DummyStats.hpp │ │ │ │ └── DummyPresence.hpp │ │ ├── Scene │ │ │ └── Legacy │ │ │ │ ├── CollisionLegacy.cpp │ │ │ │ └── CollisionLegacy.hpp │ │ └── Graphics │ │ │ └── Legacy │ │ │ ├── SpriteLegacy.hpp │ │ │ ├── v4 │ │ │ └── DrawingLegacyv4.hpp │ │ │ └── v3 │ │ │ └── DrawingLegacyv3.hpp │ ├── RSDKv5.ico │ ├── resource.h │ ├── timeapi.h │ └── main.hpp ├── dependencies │ ├── windows │ │ ├── opus │ │ │ ├── NEWS │ │ │ ├── ChangeLog │ │ │ ├── cmake │ │ │ │ ├── config.h.cmake.in │ │ │ │ ├── vla.c │ │ │ │ └── cpu_info_by_c.c │ │ │ ├── tests │ │ │ │ └── opus_decode_fuzzer.options │ │ │ ├── opus_headers.mk │ │ │ ├── AUTHORS │ │ │ ├── include │ │ │ │ └── meson.build │ │ │ ├── training │ │ │ │ └── txt2hdf5.py │ │ │ ├── silk │ │ │ │ └── tests │ │ │ │ │ └── meson.build │ │ │ ├── opus-uninstalled.pc.in │ │ │ └── opus_sources.mk │ │ ├── libogg │ │ │ ├── src │ │ │ │ ├── .libs │ │ │ │ │ ├── libogg.la │ │ │ │ │ ├── libogg.a │ │ │ │ │ ├── bitwise.o │ │ │ │ │ ├── framing.o │ │ │ │ │ ├── libogg-0.dll │ │ │ │ │ ├── libogg.dll.a │ │ │ │ │ ├── test_bitwise.exe │ │ │ │ │ └── test_framing.exe │ │ │ │ ├── bitwise.o │ │ │ │ ├── framing.o │ │ │ │ ├── test_bitwise.exe │ │ │ │ ├── test_framing.exe │ │ │ │ ├── test_bitwise-bitwise.o │ │ │ │ ├── test_framing-framing.o │ │ │ │ ├── bitwise.lo │ │ │ │ └── framing.lo │ │ │ ├── stamp-h1 │ │ │ ├── include │ │ │ │ ├── Makefile.am │ │ │ │ └── ogg │ │ │ │ │ └── Makefile.am │ │ │ ├── doc │ │ │ │ ├── pages.png │ │ │ │ ├── packets.png │ │ │ │ ├── stream.png │ │ │ │ ├── multiplex1.png │ │ │ │ ├── white-ogg.png │ │ │ │ ├── vorbisword2.png │ │ │ │ ├── white-xifish.png │ │ │ │ ├── fish_xiph_org.png │ │ │ │ ├── libogg │ │ │ │ │ └── style.css │ │ │ │ └── Makefile.am │ │ │ ├── AUTHORS │ │ │ ├── ogg.pc.in │ │ │ ├── ogg.pc │ │ │ ├── ogg-uninstalled.pc │ │ │ └── ogg-uninstalled.pc.in │ │ ├── libtheora │ │ │ ├── examples │ │ │ │ ├── .deps │ │ │ │ │ ├── getopt.Po │ │ │ │ │ ├── getopt1.Po │ │ │ │ │ ├── png2theora-png2theora.Po │ │ │ │ │ ├── encoder_example-getopt.Po │ │ │ │ │ ├── encoder_example-getopt1.Po │ │ │ │ │ ├── encoder_example-encoder_example.Po │ │ │ │ │ └── player_example-player_example.Po │ │ │ │ ├── dump_video │ │ │ │ └── dump_video.o │ │ │ ├── lib │ │ │ │ ├── .deps │ │ │ │ │ ├── armcpu.Plo │ │ │ │ │ ├── armstate.Plo │ │ │ │ │ ├── c64xdec.Plo │ │ │ │ │ ├── c64xfrag.Plo │ │ │ │ │ ├── c64xidct.Plo │ │ │ │ │ ├── c64xstate.Plo │ │ │ │ │ ├── armbits-gnu.Plo │ │ │ │ │ ├── armfrag-gnu.Plo │ │ │ │ │ ├── armidct-gnu.Plo │ │ │ │ │ ├── armloop-gnu.Plo │ │ │ │ │ ├── armopts-gnu.Plo │ │ │ │ │ └── encoder_disabled.Plo │ │ │ │ ├── idct.o │ │ │ │ ├── info.o │ │ │ │ ├── decode.o │ │ │ │ ├── quant.o │ │ │ │ ├── state.o │ │ │ │ ├── bitpack.o │ │ │ │ ├── decinfo.o │ │ │ │ ├── dequant.o │ │ │ │ ├── fragment.o │ │ │ │ ├── huffdec.o │ │ │ │ ├── internal.o │ │ │ │ ├── apiwrapper.o │ │ │ │ ├── decapiwrapper.o │ │ │ │ ├── .libs │ │ │ │ │ ├── libtheora.a │ │ │ │ │ ├── libtheoradec.a │ │ │ │ │ └── libtheoraenc.a │ │ │ │ ├── idct.lo │ │ │ │ ├── info.lo │ │ │ │ ├── decode.lo │ │ │ │ ├── quant.lo │ │ │ │ ├── state.lo │ │ │ │ ├── bitpack.lo │ │ │ │ ├── decinfo.lo │ │ │ │ ├── dequant.lo │ │ │ │ ├── fragment.lo │ │ │ │ ├── huffdec.lo │ │ │ │ ├── internal.lo │ │ │ │ ├── apiwrapper.lo │ │ │ │ ├── decapiwrapper.lo │ │ │ │ └── theoraenc.exp │ │ │ ├── stamp-h1 │ │ │ ├── tests │ │ │ │ └── .deps │ │ │ │ │ ├── noop-noop.Po │ │ │ │ │ ├── comment-comment.Po │ │ │ │ │ ├── granulepos-granulepos.Po │ │ │ │ │ ├── noop_theora-noop_theora.Po │ │ │ │ │ ├── comment_theora-comment_theora.Po │ │ │ │ │ ├── comment_theoradec-comment.Po │ │ │ │ │ ├── noop_theoraenc-noop_theora.Po │ │ │ │ │ ├── granulepos_theora-granulepos_theora.Po │ │ │ │ │ └── granulepos_theoraenc-granulepos_theora.Po │ │ │ ├── win32 │ │ │ │ ├── experimental │ │ │ │ │ ├── wincompat │ │ │ │ │ │ ├── unistd.h │ │ │ │ │ │ └── README.txt │ │ │ │ │ └── transcoder │ │ │ │ │ │ └── avi2vp3 │ │ │ │ │ │ ├── avilib.c │ │ │ │ │ │ ├── avilib.h │ │ │ │ │ │ ├── vp31.avi │ │ │ │ │ │ └── outfile.vp3 │ │ │ │ └── xmingw32 │ │ │ │ │ ├── libtheoradec.rc │ │ │ │ │ ├── libtheoraenc.rc │ │ │ │ │ ├── libtheoradec70.rc │ │ │ │ │ ├── libtheoradec71.rc │ │ │ │ │ ├── libtheoradec80.rc │ │ │ │ │ ├── libtheoraenc70.rc │ │ │ │ │ ├── libtheoraenc71.rc │ │ │ │ │ ├── libtheoraenc80.rc │ │ │ │ │ ├── libtheoradecd.rc │ │ │ │ │ ├── libtheoraencd.rc │ │ │ │ │ ├── libtheoradec70d.rc │ │ │ │ │ ├── libtheoradec71d.rc │ │ │ │ │ ├── libtheoradec80d.rc │ │ │ │ │ ├── libtheoraenc70d.rc │ │ │ │ │ ├── libtheoraenc71d.rc │ │ │ │ │ └── libtheoraenc80d.rc │ │ │ ├── include │ │ │ │ ├── Makefile.am │ │ │ │ └── theora │ │ │ │ │ └── Makefile.am │ │ │ ├── m4 │ │ │ │ └── Makefile.am │ │ │ ├── doc │ │ │ │ └── spec │ │ │ │ │ └── Theora.pdf │ │ │ ├── macosx │ │ │ │ ├── Theora_Prefix.pch │ │ │ │ └── English.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ ├── theora.pc.in │ │ │ ├── theora.pc │ │ │ ├── theoradec.pc.in │ │ │ ├── theoradec.pc │ │ │ ├── theoraenc.pc.in │ │ │ ├── theora-uninstalled.pc │ │ │ ├── theora-uninstalled.pc.in │ │ │ ├── theoraenc.pc │ │ │ ├── theoradec-uninstalled.pc │ │ │ ├── theoradec-uninstalled.pc.in │ │ │ ├── theoraenc-uninstalled.pc │ │ │ └── theoraenc-uninstalled.pc.in │ │ ├── libs_x86 │ │ │ ├── share │ │ │ │ ├── doc │ │ │ │ │ ├── libtheora │ │ │ │ │ │ └── doxygen-build.stamp │ │ │ │ │ └── libogg │ │ │ │ │ │ ├── pages.png │ │ │ │ │ │ ├── packets.png │ │ │ │ │ │ ├── stream.png │ │ │ │ │ │ ├── html │ │ │ │ │ │ ├── pages.png │ │ │ │ │ │ ├── packets.png │ │ │ │ │ │ ├── stream.png │ │ │ │ │ │ ├── multiplex1.png │ │ │ │ │ │ ├── white-ogg.png │ │ │ │ │ │ ├── vorbisword2.png │ │ │ │ │ │ ├── white-xifish.png │ │ │ │ │ │ ├── fish_xiph_org.png │ │ │ │ │ │ └── libogg │ │ │ │ │ │ │ └── style.css │ │ │ │ │ │ ├── multiplex1.png │ │ │ │ │ │ ├── white-ogg.png │ │ │ │ │ │ ├── vorbisword2.png │ │ │ │ │ │ ├── white-xifish.png │ │ │ │ │ │ ├── fish_xiph_org.png │ │ │ │ │ │ └── libogg │ │ │ │ │ │ └── style.css │ │ │ │ └── fonts │ │ │ │ │ └── .uuid │ │ │ ├── lib │ │ │ │ ├── libSDL2.a │ │ │ │ ├── libogg.a │ │ │ │ ├── libopus.a │ │ │ │ ├── libvpx.a │ │ │ │ ├── libvorbis.a │ │ │ │ ├── libSDL2_test.a │ │ │ │ ├── libSDL2main.a │ │ │ │ ├── libopusfile.a │ │ │ │ ├── libportaudio.a │ │ │ │ ├── libvorbisenc.a │ │ │ │ ├── libvorbisfile.a │ │ │ │ └── pkgconfig │ │ │ │ │ ├── portaudio-2.0.pc │ │ │ │ │ ├── theora.pc │ │ │ │ │ ├── theoradec.pc │ │ │ │ │ ├── theoraenc.pc │ │ │ │ │ └── vorbis.pc │ │ │ └── include │ │ │ │ └── SDL2 │ │ │ │ └── SDL_revision.h │ │ └── opusfile │ │ │ ├── Brewfile │ │ │ ├── AUTHORS │ │ │ ├── autogen.sh │ │ │ ├── cmake │ │ │ ├── FindOgg.cmake │ │ │ └── FindOpus.cmake │ │ │ └── opusurl.pc.in │ └── all │ │ ├── tinyxml2 │ │ ├── resources │ │ │ ├── empty.xml │ │ │ ├── xmltest-5330.xml │ │ │ ├── xmltest-4636783552757760.xml │ │ │ └── xmltest-5720541257269248.xml │ │ ├── docs │ │ │ ├── _config.yml │ │ │ ├── search │ │ │ │ ├── pages_4.js │ │ │ │ ├── pages_1.js │ │ │ │ ├── close.png │ │ │ │ ├── mag_sel.png │ │ │ │ ├── search_l.png │ │ │ │ ├── search_m.png │ │ │ │ ├── search_r.png │ │ │ │ ├── pages_0.js │ │ │ │ ├── pages_2.js │ │ │ │ ├── all_7.js │ │ │ │ ├── pages_3.js │ │ │ │ ├── functions_7.js │ │ │ │ ├── functions_e.js │ │ │ │ ├── all_e.js │ │ │ │ ├── all_b.js │ │ │ │ └── functions_b.js │ │ │ ├── doc.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── doxygen.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── folderopen.png │ │ │ ├── folderclosed.png │ │ │ ├── classtinyxml2_1_1_x_m_l_node.png │ │ │ ├── classtinyxml2_1_1_x_m_l_text.png │ │ │ ├── classtinyxml2_1_1_x_m_l_comment.png │ │ │ ├── classtinyxml2_1_1_x_m_l_element.png │ │ │ ├── classtinyxml2_1_1_x_m_l_printer.png │ │ │ ├── classtinyxml2_1_1_x_m_l_unknown.png │ │ │ ├── classtinyxml2_1_1_x_m_l_visitor.png │ │ │ ├── classtinyxml2_1_1_x_m_l_document.png │ │ │ └── classtinyxml2_1_1_x_m_l_declaration.png │ │ ├── TinyXML2_small.png │ │ ├── cmake │ │ │ └── tinyxml2.pc.in │ │ └── .gitignore │ │ ├── stb_vorbis │ │ ├── tests │ │ │ ├── caveview │ │ │ │ └── main.c │ │ │ ├── test_dxt.c │ │ │ ├── test_perlin.c │ │ │ ├── test_voxel.c │ │ │ ├── pbm │ │ │ │ ├── basi0g16.pgm │ │ │ │ ├── basi2c16.ppm │ │ │ │ ├── cdfn2c08.ppm │ │ │ │ ├── cdun2c08.ppm │ │ │ │ ├── comment.pgm │ │ │ │ └── ctfn0g04.pgm │ │ │ ├── stblib_test_companion.c │ │ │ ├── oversample │ │ │ │ └── oversample.exe │ │ │ ├── pngsuite │ │ │ │ ├── 16bit │ │ │ │ │ ├── basi0g16.png │ │ │ │ │ ├── basi2c16.png │ │ │ │ │ ├── basi4a16.png │ │ │ │ │ ├── basi6a16.png │ │ │ │ │ ├── basn0g16.png │ │ │ │ │ ├── basn2c16.png │ │ │ │ │ ├── basn4a16.png │ │ │ │ │ ├── basn6a16.png │ │ │ │ │ ├── bgai4a16.png │ │ │ │ │ ├── bgan6a16.png │ │ │ │ │ ├── bggn4a16.png │ │ │ │ │ ├── bgyn6a16.png │ │ │ │ │ ├── oi1n0g16.png │ │ │ │ │ ├── oi1n2c16.png │ │ │ │ │ ├── oi2n0g16.png │ │ │ │ │ ├── oi2n2c16.png │ │ │ │ │ ├── oi4n0g16.png │ │ │ │ │ ├── oi4n2c16.png │ │ │ │ │ ├── oi9n0g16.png │ │ │ │ │ ├── oi9n2c16.png │ │ │ │ │ ├── tbbn2c16.png │ │ │ │ │ ├── tbgn2c16.png │ │ │ │ │ └── tbwn0g16.png │ │ │ │ ├── corrupt │ │ │ │ │ ├── xc1n0g08.png │ │ │ │ │ ├── xc9n2c08.png │ │ │ │ │ ├── xcrn0g04.png │ │ │ │ │ ├── xcsn0g01.png │ │ │ │ │ ├── xd0n2c08.png │ │ │ │ │ ├── xd3n2c08.png │ │ │ │ │ ├── xd9n2c08.png │ │ │ │ │ ├── xdtn0g01.png │ │ │ │ │ ├── xhdn0g08.png │ │ │ │ │ ├── xlfn0g04.png │ │ │ │ │ ├── xs1n0g01.png │ │ │ │ │ ├── xs2n0g01.png │ │ │ │ │ ├── xs4n0g01.png │ │ │ │ │ └── xs7n0g01.png │ │ │ │ ├── primary │ │ │ │ │ ├── basi0g01.png │ │ │ │ │ ├── basi0g02.png │ │ │ │ │ ├── basi0g04.png │ │ │ │ │ ├── basi0g08.png │ │ │ │ │ ├── basi2c08.png │ │ │ │ │ ├── basi3p01.png │ │ │ │ │ ├── basi3p02.png │ │ │ │ │ ├── basi3p04.png │ │ │ │ │ ├── basi3p08.png │ │ │ │ │ ├── basi4a08.png │ │ │ │ │ ├── basi6a08.png │ │ │ │ │ ├── basn0g01.png │ │ │ │ │ ├── basn0g02.png │ │ │ │ │ ├── basn0g04.png │ │ │ │ │ ├── basn0g08.png │ │ │ │ │ ├── basn2c08.png │ │ │ │ │ ├── basn3p01.png │ │ │ │ │ ├── basn3p02.png │ │ │ │ │ ├── basn3p04.png │ │ │ │ │ ├── basn3p08.png │ │ │ │ │ ├── basn4a08.png │ │ │ │ │ ├── basn6a08.png │ │ │ │ │ ├── bgai4a08.png │ │ │ │ │ ├── bgan6a08.png │ │ │ │ │ ├── bgbn4a08.png │ │ │ │ │ ├── bgwn6a08.png │ │ │ │ │ ├── s01i3p01.png │ │ │ │ │ ├── s01n3p01.png │ │ │ │ │ ├── s02i3p01.png │ │ │ │ │ ├── s02n3p01.png │ │ │ │ │ ├── s03i3p01.png │ │ │ │ │ ├── s03n3p01.png │ │ │ │ │ ├── s04i3p01.png │ │ │ │ │ ├── s04n3p01.png │ │ │ │ │ ├── s05i3p02.png │ │ │ │ │ ├── s05n3p02.png │ │ │ │ │ ├── s06i3p02.png │ │ │ │ │ ├── s06n3p02.png │ │ │ │ │ ├── s07i3p02.png │ │ │ │ │ ├── s07n3p02.png │ │ │ │ │ ├── s08i3p02.png │ │ │ │ │ ├── s08n3p02.png │ │ │ │ │ ├── s09i3p02.png │ │ │ │ │ ├── s09n3p02.png │ │ │ │ │ ├── s32i3p04.png │ │ │ │ │ ├── s32n3p04.png │ │ │ │ │ ├── s33i3p04.png │ │ │ │ │ ├── s33n3p04.png │ │ │ │ │ ├── s34i3p04.png │ │ │ │ │ ├── s34n3p04.png │ │ │ │ │ ├── s35i3p04.png │ │ │ │ │ ├── s35n3p04.png │ │ │ │ │ ├── s36i3p04.png │ │ │ │ │ ├── s36n3p04.png │ │ │ │ │ ├── s37i3p04.png │ │ │ │ │ ├── s37n3p04.png │ │ │ │ │ ├── s38i3p04.png │ │ │ │ │ ├── s38n3p04.png │ │ │ │ │ ├── s39i3p04.png │ │ │ │ │ ├── s39n3p04.png │ │ │ │ │ ├── s40i3p04.png │ │ │ │ │ ├── s40n3p04.png │ │ │ │ │ ├── tbbn0g04.png │ │ │ │ │ ├── tbbn3p08.png │ │ │ │ │ ├── tbgn3p08.png │ │ │ │ │ ├── tbrn2c08.png │ │ │ │ │ ├── tbwn3p08.png │ │ │ │ │ ├── tbyn3p08.png │ │ │ │ │ ├── tm3n3p02.png │ │ │ │ │ ├── tp0n0g08.png │ │ │ │ │ ├── tp0n2c08.png │ │ │ │ │ ├── tp0n3p08.png │ │ │ │ │ ├── tp1n3p08.png │ │ │ │ │ ├── z00n2c08.png │ │ │ │ │ ├── z03n2c08.png │ │ │ │ │ ├── z06n2c08.png │ │ │ │ │ └── z09n2c08.png │ │ │ │ ├── unused │ │ │ │ │ ├── ccwn2c08.png │ │ │ │ │ ├── ccwn3p08.png │ │ │ │ │ ├── cdfn2c08.png │ │ │ │ │ ├── cdhn2c08.png │ │ │ │ │ ├── cdsn2c08.png │ │ │ │ │ ├── cdun2c08.png │ │ │ │ │ ├── ch1n3p04.png │ │ │ │ │ ├── ch2n3p08.png │ │ │ │ │ ├── cm0n0g04.png │ │ │ │ │ ├── cm7n0g04.png │ │ │ │ │ ├── cm9n0g04.png │ │ │ │ │ ├── cs3n2c16.png │ │ │ │ │ ├── cs3n3p08.png │ │ │ │ │ ├── cs5n2c08.png │ │ │ │ │ ├── cs5n3p08.png │ │ │ │ │ ├── cs8n2c08.png │ │ │ │ │ ├── cs8n3p08.png │ │ │ │ │ ├── ct0n0g04.png │ │ │ │ │ ├── ct1n0g04.png │ │ │ │ │ ├── cten0g04.png │ │ │ │ │ ├── ctfn0g04.png │ │ │ │ │ ├── ctgn0g04.png │ │ │ │ │ ├── cthn0g04.png │ │ │ │ │ ├── ctjn0g04.png │ │ │ │ │ ├── ctzn0g04.png │ │ │ │ │ ├── f00n0g08.png │ │ │ │ │ ├── f00n2c08.png │ │ │ │ │ ├── f01n0g08.png │ │ │ │ │ ├── f01n2c08.png │ │ │ │ │ ├── f02n0g08.png │ │ │ │ │ ├── f02n2c08.png │ │ │ │ │ ├── f03n0g08.png │ │ │ │ │ ├── f03n2c08.png │ │ │ │ │ ├── f04n0g08.png │ │ │ │ │ ├── f04n2c08.png │ │ │ │ │ ├── f99n0g04.png │ │ │ │ │ ├── g03n0g16.png │ │ │ │ │ ├── g03n2c08.png │ │ │ │ │ ├── g03n3p04.png │ │ │ │ │ ├── g04n0g16.png │ │ │ │ │ ├── g04n2c08.png │ │ │ │ │ ├── g04n3p04.png │ │ │ │ │ ├── g05n0g16.png │ │ │ │ │ ├── g05n2c08.png │ │ │ │ │ ├── g05n3p04.png │ │ │ │ │ ├── g07n0g16.png │ │ │ │ │ ├── g07n2c08.png │ │ │ │ │ ├── g07n3p04.png │ │ │ │ │ ├── g10n0g16.png │ │ │ │ │ ├── g10n2c08.png │ │ │ │ │ ├── g10n3p04.png │ │ │ │ │ ├── g25n0g16.png │ │ │ │ │ ├── g25n2c08.png │ │ │ │ │ ├── g25n3p04.png │ │ │ │ │ ├── pp0n2c16.png │ │ │ │ │ ├── pp0n6a08.png │ │ │ │ │ ├── ps1n0g08.png │ │ │ │ │ ├── ps1n2c16.png │ │ │ │ │ ├── ps2n0g08.png │ │ │ │ │ └── ps2n2c16.png │ │ │ │ ├── iphone │ │ │ │ │ ├── iphone_basi0g01.png │ │ │ │ │ ├── iphone_basi0g02.png │ │ │ │ │ ├── iphone_basi3p02.png │ │ │ │ │ ├── iphone_bgwn6a08.png │ │ │ │ │ ├── iphone_bgyn6a16.png │ │ │ │ │ ├── iphone_tbyn3p08.png │ │ │ │ │ └── iphone_z06n2c08.png │ │ │ │ ├── primary_check │ │ │ │ │ ├── basi0g01.png │ │ │ │ │ ├── basi0g02.png │ │ │ │ │ ├── basi0g04.png │ │ │ │ │ ├── basi0g08.png │ │ │ │ │ ├── basi2c08.png │ │ │ │ │ ├── basi3p01.png │ │ │ │ │ ├── basi3p02.png │ │ │ │ │ ├── basi3p04.png │ │ │ │ │ ├── basi3p08.png │ │ │ │ │ ├── basi4a08.png │ │ │ │ │ ├── basi6a08.png │ │ │ │ │ ├── basn0g01.png │ │ │ │ │ ├── basn0g02.png │ │ │ │ │ ├── basn0g04.png │ │ │ │ │ ├── basn0g08.png │ │ │ │ │ ├── basn2c08.png │ │ │ │ │ ├── basn3p01.png │ │ │ │ │ ├── basn3p02.png │ │ │ │ │ ├── basn3p04.png │ │ │ │ │ ├── basn3p08.png │ │ │ │ │ ├── basn4a08.png │ │ │ │ │ ├── basn6a08.png │ │ │ │ │ ├── bgai4a08.png │ │ │ │ │ ├── bgan6a08.png │ │ │ │ │ ├── bgbn4a08.png │ │ │ │ │ ├── bgwn6a08.png │ │ │ │ │ ├── s01i3p01.png │ │ │ │ │ ├── s01n3p01.png │ │ │ │ │ ├── s02i3p01.png │ │ │ │ │ ├── s02n3p01.png │ │ │ │ │ ├── s03i3p01.png │ │ │ │ │ ├── s03n3p01.png │ │ │ │ │ ├── s04i3p01.png │ │ │ │ │ ├── s04n3p01.png │ │ │ │ │ ├── s05i3p02.png │ │ │ │ │ ├── s05n3p02.png │ │ │ │ │ ├── s06i3p02.png │ │ │ │ │ ├── s06n3p02.png │ │ │ │ │ ├── s07i3p02.png │ │ │ │ │ ├── s07n3p02.png │ │ │ │ │ ├── s08i3p02.png │ │ │ │ │ ├── s08n3p02.png │ │ │ │ │ ├── s09i3p02.png │ │ │ │ │ ├── s09n3p02.png │ │ │ │ │ ├── s32i3p04.png │ │ │ │ │ ├── s32n3p04.png │ │ │ │ │ ├── s33i3p04.png │ │ │ │ │ ├── s33n3p04.png │ │ │ │ │ ├── s34i3p04.png │ │ │ │ │ ├── s34n3p04.png │ │ │ │ │ ├── s35i3p04.png │ │ │ │ │ ├── s35n3p04.png │ │ │ │ │ ├── s36i3p04.png │ │ │ │ │ ├── s36n3p04.png │ │ │ │ │ ├── s37i3p04.png │ │ │ │ │ ├── s37n3p04.png │ │ │ │ │ ├── s38i3p04.png │ │ │ │ │ ├── s38n3p04.png │ │ │ │ │ ├── s39i3p04.png │ │ │ │ │ ├── s39n3p04.png │ │ │ │ │ ├── s40i3p04.png │ │ │ │ │ ├── s40n3p04.png │ │ │ │ │ ├── tbbn0g04.png │ │ │ │ │ ├── tbbn3p08.png │ │ │ │ │ ├── tbgn3p08.png │ │ │ │ │ ├── tbrn2c08.png │ │ │ │ │ ├── tbwn3p08.png │ │ │ │ │ ├── tbyn3p08.png │ │ │ │ │ ├── tm3n3p02.png │ │ │ │ │ ├── tp0n0g08.png │ │ │ │ │ ├── tp0n2c08.png │ │ │ │ │ ├── tp0n3p08.png │ │ │ │ │ ├── tp1n3p08.png │ │ │ │ │ ├── z00n2c08.png │ │ │ │ │ ├── z03n2c08.png │ │ │ │ │ ├── z06n2c08.png │ │ │ │ │ └── z09n2c08.png │ │ │ │ └── PngSuite.LICENSE │ │ │ ├── sdf │ │ │ │ ├── sdf_test_arial_16.png │ │ │ │ ├── sdf_test_times_16.png │ │ │ │ └── sdf_test_times_50.png │ │ │ ├── test_image.c │ │ │ ├── test_image_write.c │ │ │ ├── stb_png.dict │ │ │ ├── resample_test_c.c │ │ │ ├── stblib_test.c │ │ │ ├── test_easyfont.c │ │ │ └── stb_static.c │ │ ├── tools │ │ │ └── mr.bat │ │ ├── docs │ │ │ └── other_libs.md │ │ ├── .travis.yml │ │ ├── data │ │ │ ├── map_01.png │ │ │ ├── map_02.png │ │ │ ├── map_03.png │ │ │ ├── easy_font_raw.png │ │ │ ├── atari_8bit_font_revised.png │ │ │ └── herringbone │ │ │ │ ├── template_open_areas.png │ │ │ │ ├── template_corner_caves.png │ │ │ │ ├── template_maze_2_wide.png │ │ │ │ ├── template_sean_dungeon.png │ │ │ │ ├── template_maze_plus_2_wide.png │ │ │ │ ├── template_ref2_corner_caves.png │ │ │ │ ├── template_caves_tiny_corridors.png │ │ │ │ ├── template_limited_connectivity.png │ │ │ │ ├── template_rooms_and_corridors.png │ │ │ │ ├── template_simple_caves_2_wide.png │ │ │ │ ├── template_horizontal_corridors_v1.png │ │ │ │ ├── template_horizontal_corridors_v2.png │ │ │ │ ├── template_horizontal_corridors_v3.png │ │ │ │ ├── template_limit_connectivity_fat.png │ │ │ │ ├── template_caves_limit_connectivity.png │ │ │ │ ├── template_rooms_limit_connectivity.png │ │ │ │ ├── template_round_rooms_diagonal_corridors.png │ │ │ │ ├── template_square_rooms_with_random_rects.png │ │ │ │ ├── license.txt │ │ │ │ └── template_rooms_and_corridors_2_wide_diagonal_bias.png │ │ └── .github │ │ │ └── ISSUE_TEMPLATE │ │ │ └── config.yml │ │ └── iniparser │ │ └── README.md ├── SonicMania │ ├── buildstatic.bat │ ├── buildstaticv1.bat │ └── GameMain.h ├── header.png ├── RSDKv5U │ ├── RSDKv5U.ico │ └── resource.h └── clang-format-commands.txt ├── 25MB-Tools ├── src │ ├── build-mesh-compress.bat │ └── build-stereo2monophase.bat ├── opusenc.exe ├── fix_wav_header.exe ├── mesh-compress.exe ├── stereo2monophase.exe ├── upx-4.0.2-win64 │ └── upx.exe ├── RSDKv5U_Toolkit │ ├── RSDKv5.dll │ ├── RSDKv5Pack.exe │ ├── RSDKv5Pack.pdb │ ├── RSDKv5Extract.exe │ ├── RSDKv5Extract.pdb │ ├── RSDKv5Extract.exe.config │ └── RSDKv5Pack.exe.config ├── Meshes_conv.bat ├── SoundFX_conv.bat ├── Video_conv.bat └── Music_conv.bat └── Sonic25Mania-Res ├── Sonic25Mania.ico └── Sonic25Mania-Icon.xcf /Data-rsdk/Put Data.rsdk here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXStats.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSPresence.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSStats.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSStorage.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXPresence.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXStorage.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamStats.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSAchievements.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSLeaderboards.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXAchievements.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXLeaderboards.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamPresence.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamStorage.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamAchievements.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamLeaderboards.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/empty.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg.la: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/caveview/main.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tools/mr.bat: -------------------------------------------------------------------------------- 1 | debug\make_readme 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/stamp-h1: -------------------------------------------------------------------------------- 1 | timestamp for config.h 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/getopt.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armcpu.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armstate.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/c64xdec.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/c64xfrag.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/c64xidct.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/c64xstate.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/stamp-h1: -------------------------------------------------------------------------------- 1 | timestamp for config.h 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/noop-noop.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/SonicMania/buildstatic.bat: -------------------------------------------------------------------------------- 1 | py -3 autostatic.py Objects ../build/ plus -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/test_dxt.c: -------------------------------------------------------------------------------- 1 | #include "stb_dxt.h" 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/test_perlin.c: -------------------------------------------------------------------------------- 1 | #include "stb_perlin.h" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libtheora/doxygen-build.stamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/getopt1.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armbits-gnu.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armfrag-gnu.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armidct-gnu.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armloop-gnu.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/armopts-gnu.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/wincompat/unistd.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/SonicMania/buildstaticv1.bat: -------------------------------------------------------------------------------- 1 | py -3 autostatic.py Objects ../build/ preplus -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/test_voxel.c: -------------------------------------------------------------------------------- 1 | #include "stb_voxel_render.h" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/_config.yml: -------------------------------------------------------------------------------- 1 | include: 2 | - "_*.html" 3 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.deps/encoder_disabled.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/comment-comment.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /25MB-Tools/src/build-mesh-compress.bat: -------------------------------------------------------------------------------- 1 | gcc -static -g3 -o ../mesh-compress.exe mesh-compress.c miniz.c -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/png2theora-png2theora.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/granulepos-granulepos.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/noop_theora-noop_theora.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /25MB-Tools/opusenc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/opusenc.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/fonts/.uuid: -------------------------------------------------------------------------------- 1 | e05f2bab-aa90-4f99-b36d-bad6d537123e -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/encoder_example-getopt.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/encoder_example-getopt1.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/comment_theora-comment_theora.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/comment_theoradec-comment.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/noop_theoraenc-noop_theora.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/encoder_example-encoder_example.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/.deps/player_example-player_example.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/granulepos_theora-granulepos_theora.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/tests/.deps/granulepos_theoraenc-granulepos_theora.Po: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/cmake/config.h.cmake.in: -------------------------------------------------------------------------------- 1 | #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/tests/opus_decode_fuzzer.options: -------------------------------------------------------------------------------- 1 | [libfuzzer] 2 | max_len = 1000000 3 | -------------------------------------------------------------------------------- /25MB-Tools/fix_wav_header.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/fix_wav_header.exe -------------------------------------------------------------------------------- /25MB-Tools/mesh-compress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/mesh-compress.exe -------------------------------------------------------------------------------- /25MB-Tools/src/build-stereo2monophase.bat: -------------------------------------------------------------------------------- 1 | gcc -static -g3 -o ../stereo2monophase.exe stereo2monophase.c wav.c pathutils.c -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/docs/other_libs.md: -------------------------------------------------------------------------------- 1 | Moved to https://github.com/nothings/single_file_libs -------------------------------------------------------------------------------- /25MB-Tools/stereo2monophase.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/stereo2monophase.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/header.png -------------------------------------------------------------------------------- /25MB-Tools/upx-4.0.2-win64/upx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/upx-4.0.2-win64/upx.exe -------------------------------------------------------------------------------- /Sonic25Mania-Res/Sonic25Mania.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/Sonic25Mania-Res/Sonic25Mania.ico -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/RSDKv5U_Toolkit/RSDKv5.dll -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSStats.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct EOSStats : UserStats { 4 | }; 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/Scene/Legacy/CollisionLegacy.cpp: -------------------------------------------------------------------------------- 1 | #include "v3/CollisionLegacyv3.cpp" 2 | #include "v4/CollisionLegacyv4.cpp" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/Scene/Legacy/CollisionLegacy.hpp: -------------------------------------------------------------------------------- 1 | #include "v3/CollisionLegacyv3.hpp" 2 | #include "v4/CollisionLegacyv4.hpp" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDKv5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/RSDKv5/RSDKv5.ico -------------------------------------------------------------------------------- /Sonic25Mania-Res/Sonic25Mania-Icon.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/Sonic25Mania-Res/Sonic25Mania-Icon.xcf -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5Pack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/RSDKv5U_Toolkit/RSDKv5Pack.exe -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5Pack.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/RSDKv5U_Toolkit/RSDKv5Pack.pdb -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5U/RSDKv5U.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/RSDKv5U/RSDKv5U.ico -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5Extract.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/RSDKv5U_Toolkit/RSDKv5Extract.exe -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5Extract.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/25MB-Tools/RSDKv5U_Toolkit/RSDKv5Extract.pdb -------------------------------------------------------------------------------- /RSDKv5-Decompilation/clang-format-commands.txt: -------------------------------------------------------------------------------- 1 | [in the root dir] find ./RSDKv5 -iname *.hpp -o -iname *.cpp | xargs clang-format -i -verbose -style=file -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/include/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = ogg 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSLeaderboards.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct EOSLeaderboards : UserLeaderboards { 4 | }; 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXLeaderboards.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct NXLeaderboards : UserLeaderboards { 4 | }; 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/wincompat/README.txt: -------------------------------------------------------------------------------- 1 | GetOpt routines ported from BSD-licensed sources, see comments. -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/include/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | SUBDIRS = theora 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/pages_4.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['tinyxml_2d2_286',['TinyXML-2',['../index.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/.travis.yml: -------------------------------------------------------------------------------- 1 | language: C 2 | arch: 3 | - AMD64 4 | - ppc64le 5 | install: true 6 | script: 7 | - cd tests 8 | - make all 9 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/doc.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec" 2 | #undef _DEBUG 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc" 2 | #undef _DEBUG 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/bc_s.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/bdwn.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/closed.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/nav_f.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/nav_g.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/nav_h.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/open.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/pages_1.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['load_20an_20xml_20file_283',['Load an XML File',['../_example_1.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_a.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_b.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_h.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/tab_s.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/pages.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/bitwise.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/bitwise.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/framing.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/framing.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/idct.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/idct.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/info.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/info.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/m4/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = \ 2 | as-ac-expand.m4 \ 3 | as-gcc-inline-assembly.m4 \ 4 | ogg.m4 \ 5 | pkg.m4 \ 6 | vorbis.m4 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec70.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec70" 2 | #undef _DEBUG 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec71.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec71" 2 | #undef _DEBUG 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec80.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec80" 2 | #undef _DEBUG 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc70.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc70" 2 | #undef _DEBUG 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc71.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc71" 2 | #undef _DEBUG 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc80.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc80" 2 | #undef _DEBUG 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/cmake/vla.c: -------------------------------------------------------------------------------- 1 | int main() { 2 | static int x; 3 | char a[++x]; 4 | a[sizeof a - 1] = 0; 5 | int N; 6 | return a[0]; 7 | } -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/map_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/map_01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/map_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/map_02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/map_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/map_03.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/doxygen.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/splitbar.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/sync_off.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/sync_on.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/packets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/packets.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/stream.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libSDL2.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libSDL2.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libogg.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libogg.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libopus.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libopus.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvpx.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvpx.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decode.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decode.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/quant.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/quant.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/state.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/state.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradecd.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradecd" 2 | #define _DEBUG (1) 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraencd.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraencd" 2 | #define _DEBUG (1) 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5U/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by RSDKv5U.rc 4 | // 5 | #define IDI_ICON1 101 6 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/TinyXML2_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/TinyXML2_small.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/folderopen.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/multiplex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/multiplex1.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/white-ogg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/white-ogg.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvorbis.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvorbis.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/bitpack.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/bitpack.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decinfo.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decinfo.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/dequant.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/dequant.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/fragment.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/fragment.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/huffdec.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/huffdec.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/internal.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/internal.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec70d.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec70d" 2 | #define _DEBUG (1) 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec71d.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec71d" 2 | #define _DEBUG (1) 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoradec80d.rc: -------------------------------------------------------------------------------- 1 | #define TH_DEC_INTERNAL_NAME "libtheoradec80d" 2 | #define _DEBUG (1) 3 | #include "libtheoradec-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc70d.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc70d" 2 | #define _DEBUG (1) 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc71d.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc71d" 2 | #define _DEBUG (1) 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/xmingw32/libtheoraenc80d.rc: -------------------------------------------------------------------------------- 1 | #define TH_ENC_INTERNAL_NAME "libtheoraenc80d" 2 | #define _DEBUG (1) 3 | #include "libtheoraenc-all.rc" 4 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXAchievements.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct NXAchievements : UserAchievements { 4 | // Switch doesn't support achievements 5 | }; 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/folderclosed.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/close.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/vorbisword2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/vorbisword2.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/white-xifish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/white-xifish.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/bitwise.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/bitwise.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/framing.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/framing.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/test_bitwise.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/test_bitwise.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/test_framing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/test_framing.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libSDL2_test.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libSDL2_test.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libSDL2main.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libSDL2main.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libopusfile.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libopusfile.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libportaudio.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libportaudio.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvorbisenc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvorbisenc.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/apiwrapper.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/apiwrapper.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/easy_font_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/easy_font_raw.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/basi0g16.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/basi0g16.pgm -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/basi2c16.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/basi2c16.ppm -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/cdfn2c08.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/cdfn2c08.ppm -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/cdun2c08.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/cdun2c08.ppm -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/comment.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/comment.pgm -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/ctfn0g04.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pbm/ctfn0g04.pgm -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/stblib_test_companion.c: -------------------------------------------------------------------------------- 1 | //#include "stb_regex.h" 2 | //#include "stb_regex.h" 3 | #include "prerelease/stb_lib.h" 4 | #include "prerelease/stb_lib.h" 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/mag_sel.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/search_l.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/search_m.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/search_r.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/fish_xiph_org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/doc/fish_xiph_org.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg-0.dll -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg.dll.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/libogg.dll.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvorbisfile.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/libvorbisfile.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/doc/spec/Theora.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/doc/spec/Theora.pdf -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/dump_video: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/examples/dump_video -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decapiwrapper.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decapiwrapper.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/pages_0.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['get_20information_20out_20of_20xml_282',['Get information out of XML',['../_example_3.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/xmltest-5330.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/xmltest-5330.xml -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/examples/dump_video.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/examples/dump_video.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.libs/libtheora.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.libs/libtheora.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/pages_2.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['parse_20an_20xml_20from_20char_20buffer_284',['Parse an XML from char buffer',['../_example_2.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/test_bitwise.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/test_bitwise.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/test_framing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/.libs/test_framing.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/test_bitwise-bitwise.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/test_bitwise-bitwise.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/test_framing-framing.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libogg/src/test_framing-framing.o -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/pages.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.libs/libtheoradec.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.libs/libtheoradec.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.libs/libtheoraenc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/lib/.libs/libtheoraenc.a -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/macosx/Theora_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'Theora' target in the 'Theora' project. 3 | // 4 | 5 | #include 6 | -------------------------------------------------------------------------------- /25MB-Tools/Meshes_conv.bat: -------------------------------------------------------------------------------- 1 | echo OFF 2 | 3 | for /D %%d in (Data/Meshes/*) do ( 4 | for %%f in (Data/Meshes/%%d/*.bin) do ( 5 | mesh-compress Data/Meshes/%%d/%%f ../Data-Mod/Data/Meshes/%%d/%%f 6 | ) 7 | ) -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/packets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/packets.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/stream.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXStats.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | struct NXStats : UserStats { 3 | inline void TryTrackStat(StatInfo *stat) 4 | { 5 | // switch has no stats 6 | } 7 | }; 8 | #endif 9 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/atari_8bit_font_revised.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/atari_8bit_font_revised.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/oversample/oversample.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/oversample/oversample.exe -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi4a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basi6a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn4a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/basn6a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bgai4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bgai4a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bgan6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bgan6a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bggn4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bggn4a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bgyn6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/bgyn6a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi1n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi1n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi1n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi1n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi2n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi2n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi2n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi2n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi4n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi4n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi4n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi4n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi9n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi9n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi9n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/oi9n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/tbbn2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/tbbn2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/tbgn2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/tbgn2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/tbwn0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/16bit/tbwn0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/sdf/sdf_test_arial_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/sdf/sdf_test_arial_16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/sdf/sdf_test_times_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/sdf/sdf_test_times_16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/sdf/sdf_test_times_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/sdf/sdf_test_times_50.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/test_image.c: -------------------------------------------------------------------------------- 1 | #ifdef __clang__ 2 | #define STBIDEF static inline 3 | #endif 4 | 5 | #define STB_IMAGE_STATIC 6 | #define STB_IMAGE_IMPLEMENTATION 7 | #include "stb_image.h" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/pages.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/multiplex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/multiplex1.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/white-ogg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/white-ogg.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/iniparser/README.md: -------------------------------------------------------------------------------- 1 | # iniparser 2 | 3 | * This is a version of the [iniparser](https://github.com/ndevilla/iniparser) library that has been slightly modified to suit the needs of this project. -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xc1n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xc1n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xc9n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xc9n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xcrn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xcrn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xcsn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xcsn0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xd0n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xd0n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xd3n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xd3n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xd9n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xd9n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xdtn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xdtn0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xhdn0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xhdn0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xlfn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xlfn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs1n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs1n0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs2n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs2n0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs4n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs4n0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs7n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/corrupt/xs7n0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basi6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/basn6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgai4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgai4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgan6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgan6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgbn4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgbn4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgwn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/bgwn6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s01i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s01i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s01n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s01n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s02i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s02i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s02n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s02n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s03i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s03i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s03n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s03n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s04i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s04i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s04n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s04n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s05i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s05i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s05n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s05n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s06i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s06i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s06n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s06n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s07i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s07i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s07n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s07n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s08i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s08i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s08n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s08n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s09i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s09i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s09n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s09n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s32i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s32i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s32n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s32n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s33i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s33i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s33n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s33n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s34i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s34i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s34n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s34n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s35i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s35i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s35n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s35n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s36i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s36i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s36n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s36n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s37i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s37i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s37n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s37n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s38i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s38i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s38n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s38n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s39i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s39i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s39n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s39n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s40i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s40i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s40n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/s40n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbbn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbbn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbbn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbbn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbgn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbgn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbrn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbrn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbwn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbwn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbyn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tbyn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tm3n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tm3n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp0n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp0n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp0n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp0n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp0n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp0n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp1n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/tp1n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z00n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z00n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z03n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z06n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z06n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z09n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary/z09n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ccwn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ccwn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ccwn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ccwn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdfn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdfn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdhn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdhn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdsn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdsn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdun2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cdun2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ch1n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ch1n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ch2n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ch2n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cm0n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cm0n0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cm7n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cm7n0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cm9n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cm9n0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs3n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs3n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs3n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs3n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs5n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs5n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs5n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs5n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs8n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs8n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs8n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cs8n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ct0n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ct0n0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ct1n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ct1n0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cten0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cten0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctfn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctfn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctgn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctgn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cthn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/cthn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctjn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctjn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctzn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ctzn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f00n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f00n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f00n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f00n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f01n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f01n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f01n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f01n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f02n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f02n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f02n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f02n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f03n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f03n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f03n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f04n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f04n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f04n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f04n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f99n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/f99n0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g03n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g03n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g03n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g03n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g03n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g04n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g04n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g04n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g04n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g04n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g04n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g05n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g05n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g05n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g05n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g05n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g05n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g07n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g07n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g07n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g07n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g07n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g07n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g10n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g10n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g10n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g10n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g10n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g10n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g25n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g25n0g16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g25n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g25n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g25n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/g25n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/pp0n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/pp0n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/pp0n6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/pp0n6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps1n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps1n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps1n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps1n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps2n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps2n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps2n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/unused/ps2n2c16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_node.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_text.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/packets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/packets.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/stream.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/vorbisword2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/vorbisword2.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/white-xifish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/white-xifish.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_comment.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_element.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_printer.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_unknown.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_visitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_visitor.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/all_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['hasbom_37',['HasBOM',['../classtinyxml2_1_1_x_m_l_document.html#a33fc5d159db873a179fa26338adb05bd',1,'tinyxml2::XMLDocument']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/pages_3.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['read_20attributes_20and_20text_20information_2e_285',['Read attributes and text information.',['../_example_4.html',1,'']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/xmltest-4636783552757760.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/xmltest-4636783552757760.xml -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/xmltest-5720541257269248.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/resources/xmltest-5720541257269248.xml -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/fish_xiph_org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/fish_xiph_org.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/multiplex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/multiplex1.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/white-ogg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/white-ogg.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/Graphics/Legacy/SpriteLegacy.hpp: -------------------------------------------------------------------------------- 1 | 2 | namespace Legacy 3 | { 4 | 5 | int32 AddGraphicsFile(const char *filePath); 6 | void RemoveGraphicsFile(const char *filePath, int32 sheetID); 7 | 8 | } // namespace Legacy -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_open_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_open_areas.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_document.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/functions_7.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['hasbom_190',['HasBOM',['../classtinyxml2_1_1_x_m_l_document.html#a33fc5d159db873a179fa26338adb05bd',1,'tinyxml2::XMLDocument']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/vorbisword2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/vorbisword2.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/white-xifish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/white-xifish.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by RSDKv5U.rc 4 | // 5 | #define IDI_ICON1 101 6 | #define DATA_RSDK 201 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_corner_caves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_corner_caves.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_maze_2_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_maze_2_wide.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_sean_dungeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_sean_dungeon.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_basi0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_basi0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_basi0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_basi0g02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_basi3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_basi3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_bgwn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_bgwn6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_bgyn6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_bgyn6a16.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_tbyn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_tbyn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_z06n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/iphone/iphone_z06n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basi6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/basn6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgai4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgai4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgan6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgan6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgbn4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgbn4a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgwn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/bgwn6a08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s01i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s01i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s01n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s01n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s02i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s02i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s02n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s02n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s03i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s03i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s03n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s03n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s04i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s04i3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s04n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s04n3p01.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s05i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s05i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s05n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s05n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s06i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s06i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s06n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s06n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s07i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s07i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s07n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s07n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s08i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s08i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s08n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s08n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s09i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s09i3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s09n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s09n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s32i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s32i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s32n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s32n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s33i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s33i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s33n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s33n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s34i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s34i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s34n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s34n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s35i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s35i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s35n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s35n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s36i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s36i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s36n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s36n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s37i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s37i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s37n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s37n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s38i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s38i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s38n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s38n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s39i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s39i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s39n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s39n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s40i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s40i3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s40n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/s40n3p04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbbn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbbn0g04.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbbn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbbn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbgn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbgn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbrn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbrn2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbwn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbwn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbyn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tbyn3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tm3n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tm3n3p02.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp0n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp0n0g08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp0n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp0n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp0n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp0n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp1n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/tp1n3p08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z00n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z00n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z03n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z06n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z06n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z09n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/primary_check/z09n2c08.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_declaration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/classtinyxml2_1_1_x_m_l_declaration.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/fish_xiph_org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/fish_xiph_org.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/macosx/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/macosx/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opusfile/Brewfile: -------------------------------------------------------------------------------- 1 | brew 'opus' 2 | brew 'libogg' 3 | brew 'openssl' 4 | brew 'autoconf' 5 | brew 'automake' 6 | brew 'libtool' 7 | brew 'pkg-config' 8 | brew 'cmake@3.16' 9 | brew 'doxygen' 10 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/test_image_write.c: -------------------------------------------------------------------------------- 1 | #ifdef __clang__ 2 | #define STBIWDEF static inline 3 | #endif 4 | 5 | #define STB_IMAGE_WRITE_IMPLEMENTATION 6 | #define STB_IMAGE_WRITE_STATIC 7 | #include "stb_image_write.h" -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/functions_e.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['rootelement_252',['RootElement',['../classtinyxml2_1_1_x_m_l_document.html#ad2b70320d3c2a071c2f36928edff3e1c',1,'tinyxml2::XMLDocument']]] 4 | ]; 5 | -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5Extract.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /25MB-Tools/RSDKv5U_Toolkit/RSDKv5Pack.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamStats.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct SteamStats : UserStats { 4 | inline void TryTrackStat(StatInfo *stat) 5 | { 6 | // steam has no stats 7 | } 8 | }; 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_maze_plus_2_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_maze_plus_2_wide.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_ref2_corner_caves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_ref2_corner_caves.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/stb_png.dict: -------------------------------------------------------------------------------- 1 | header_png="\x89PNG\x0d\x0a\x1a\x0a" 2 | 3 | section_idat="IDAT" 4 | section_iend="IEND" 5 | section_ihdr="IHDR" 6 | section_plte="PLTE" 7 | section_trns="tRNS" 8 | section_cgbi="CgBI" 9 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_caves_tiny_corridors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_caves_tiny_corridors.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_limited_connectivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_limited_connectivity.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_rooms_and_corridors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_rooms_and_corridors.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_simple_caves_2_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_simple_caves_2_wide.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/avilib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/avilib.c -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/avilib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/avilib.h -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/vp31.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/vp31.avi -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_horizontal_corridors_v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_horizontal_corridors_v1.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_horizontal_corridors_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_horizontal_corridors_v2.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_horizontal_corridors_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_horizontal_corridors_v3.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_limit_connectivity_fat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_limit_connectivity_fat.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/outfile.vp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/windows/libtheora/win32/experimental/transcoder/avi2vp3/outfile.vp3 -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/EOS/EOSPresence.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct EOSRichPresence : UserRichPresence { 4 | void SetPresence(int32 id, String *message) 5 | { 6 | // set EGS rich presence 7 | } 8 | }; 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/NX/NXPresence.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct NXRichPresence : UserRichPresence { 4 | void SetPresence(int32 id, String *message) 5 | { 6 | // set switch rich presence 7 | } 8 | }; 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_caves_limit_connectivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_caves_limit_connectivity.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_rooms_limit_connectivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_rooms_limit_connectivity.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/include/ogg/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | oggincludedir = $(includedir)/ogg 4 | 5 | ogginclude_HEADERS = ogg.h os_types.h 6 | nodist_ogginclude_HEADERS = config_types.h 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamPresence.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct SteamRichPresence : UserRichPresence { 4 | void SetPresence(int32 id, String *message) 5 | { 6 | // set steam rich presence 7 | } 8 | }; 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_round_rooms_diagonal_corridors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_round_rooms_diagonal_corridors.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_square_rooms_with_random_rects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_square_rooms_with_random_rects.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/AUTHORS: -------------------------------------------------------------------------------- 1 | Monty 2 | Greg Maxwell 3 | Ralph Giles 4 | Cristian Adam 5 | Tim Terriberry 6 | 7 | and the rest of the Xiph.Org Foundation. 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/resample_test_c.c: -------------------------------------------------------------------------------- 1 | #define STB_IMAGE_RESIZE_IMPLEMENTATION 2 | #define STB_IMAGE_RESIZE_STATIC 3 | #include "stb_image_resize.h" 4 | 5 | // Just to make sure it will build properly with a c compiler 6 | 7 | int main() { 8 | } 9 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/opus_headers.mk: -------------------------------------------------------------------------------- 1 | OPUS_HEAD = \ 2 | include/opus.h \ 3 | include/opus_multistream.h \ 4 | include/opus_projection.h \ 5 | src/opus_private.h \ 6 | src/analysis.h \ 7 | src/mapping_matrix.h \ 8 | src/mlp.h \ 9 | src/tansig_table.h 10 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/license.txt: -------------------------------------------------------------------------------- 1 | All files in this directory are in the public domain. Where 2 | a public domain declaration is not recognized, you are granted 3 | a license to freely use, modify, and redistribute them in 4 | any way you choose. -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/pngsuite/PngSuite.LICENSE: -------------------------------------------------------------------------------- 1 | PngSuite 2 | -------- 3 | 4 | Permission to use, copy, modify and distribute these images for any 5 | purpose and without fee is hereby granted. 6 | 7 | 8 | (c) Willem van Schaik, 1996, 2011 9 | 10 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: support forum 3 | url: https://github.com/nothings/stb/discussions/categories/q-a 4 | about: having trouble using an stb library? don't create an issue, post in the forum 5 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_rooms_and_corridors_2_wide_diagonal_bias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThisKwasior/Sonic-Mania-25MB/HEAD/RSDKv5-Decompilation/dependencies/all/stb_vorbis/data/herringbone/template_rooms_and_corridors_2_wide_diagonal_bias.png -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/stblib_test.c: -------------------------------------------------------------------------------- 1 | #include "prerelease/stb_lib.h" 2 | #define STB_LIB_IMPLEMENTATION 3 | #include "prerelease/stb_lib.h" 4 | 5 | //#define STB_REGEX_IMPLEMENTATION 6 | //#include "stb_regex.h" 7 | 8 | int main(int argc, char **argv) 9 | { 10 | 11 | } -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/include/theora/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | theoraincludedir = $(includedir)/theora 4 | 5 | theorainclude_HEADERS = theora.h theoradec.h theoraenc.h codec.h 6 | 7 | noinst_HEADERS = codec.h theoradec.h 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/AUTHORS: -------------------------------------------------------------------------------- 1 | Jean-Marc Valin (jmvalin@jmvalin.ca) 2 | Koen Vos (koenvos74@gmail.com) 3 | Timothy Terriberry (tterribe@xiph.org) 4 | Karsten Vandborg Sorensen (karsten.vandborg.sorensen@skype.net) 5 | Soren Skak Jensen (ssjensen@gn.com) 6 | Gregory Maxwell (greg@xiph.org) 7 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/include/SDL2/SDL_revision.h: -------------------------------------------------------------------------------- 1 | /* Generated by updaterev.sh, do not edit */ 2 | #ifdef SDL_VENDOR_INFO 3 | #define SDL_REVISION "SDL-2.26.5-no-vcs (" SDL_VENDOR_INFO ")" 4 | #else 5 | #define SDL_REVISION "SDL-2.26.5-no-vcs" 6 | #endif 7 | #define SDL_REVISION_NUMBER 0 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/test_easyfont.c: -------------------------------------------------------------------------------- 1 | #include "stb_easy_font.h" 2 | 3 | void ef_dummy(void) 4 | { 5 | // suppress unsused-function warning 6 | stb_easy_font_spacing(0); 7 | stb_easy_font_print(0,0,0,0,0,0); 8 | stb_easy_font_width(0); 9 | stb_easy_font_height(0); 10 | } -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Steam/SteamAchievements.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | struct SteamAchievements : UserAchievements { 4 | void TryUnlockAchievement(AchievementID *id) 5 | { 6 | if (name) { 7 | // try unlock a steam achievement 8 | } 9 | } 10 | }; 11 | 12 | #endif 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/Graphics/Legacy/v4/DrawingLegacyv4.hpp: -------------------------------------------------------------------------------- 1 | 2 | namespace Legacy 3 | { 4 | 5 | namespace v4 6 | { 7 | void DrawObjectList(int32 group); 8 | void DrawStageGFX(); 9 | 10 | #if !RETRO_USE_ORIGINAL_CODE 11 | void DrawDebugOverlays(); 12 | #endif 13 | } // namespace v4 14 | 15 | } // namespace Legacy 16 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opusfile/AUTHORS: -------------------------------------------------------------------------------- 1 | Timothy B. Terriberry 2 | Ralph Giles 3 | Christopher "Monty" Montgomery (original libvorbisfile) 4 | Gregory Maxwell (noise shaping dithering) 5 | nu774 (original winsock support) 6 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opusfile/autogen.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Run this to set up the build system: configure, makefiles, etc. 3 | set -e 4 | 5 | srcdir=`dirname $0` 6 | test -n "$srcdir" && cd "$srcdir" 7 | 8 | echo "Updating build configuration files for opusfile, please wait...." 9 | 10 | autoreconf -isf 11 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/include/meson.build: -------------------------------------------------------------------------------- 1 | opus_headers = [ 2 | 'opus.h', 3 | 'opus_multistream.h', 4 | 'opus_projection.h', 5 | 'opus_types.h', 6 | 'opus_defines.h', 7 | ] 8 | 9 | if opt_custom_modes 10 | opus_headers += ['opus_custom.h'] 11 | endif 12 | 13 | install_headers(opus_headers, subdir: 'opus') 14 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/training/txt2hdf5.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | 3 | from __future__ import print_function 4 | 5 | import numpy as np 6 | import h5py 7 | import sys 8 | 9 | data = np.loadtxt(sys.argv[1], dtype='float32') 10 | h5f = h5py.File(sys.argv[2], 'w'); 11 | h5f.create_dataset('data', data=data) 12 | h5f.close() 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opusfile/cmake/FindOgg.cmake: -------------------------------------------------------------------------------- 1 | find_package(Ogg CONFIG) 2 | if(NOT TARGET Ogg::ogg) 3 | find_package(PkgConfig REQUIRED) 4 | pkg_check_modules(Ogg REQUIRED IMPORTED_TARGET ogg) 5 | set_target_properties(PkgConfig::Ogg PROPERTIES IMPORTED_GLOBAL TRUE) 6 | add_library(Ogg::ogg ALIAS PkgConfig::Ogg) 7 | endif() 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/cmake/cpu_info_by_c.c: -------------------------------------------------------------------------------- 1 | #include 2 | int main() { 3 | unsigned int CPUInfo0; 4 | unsigned int CPUInfo1; 5 | unsigned int CPUInfo2; 6 | unsigned int CPUInfo3; 7 | unsigned int InfoType; 8 | return __get_cpuid_count(InfoType, 0, &CPUInfo0, &CPUInfo1, &CPUInfo2, &CPUInfo3); 9 | } 10 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opusfile/cmake/FindOpus.cmake: -------------------------------------------------------------------------------- 1 | find_package(Opus CONFIG) 2 | if(NOT TARGET Opus::opus) 3 | find_package(PkgConfig REQUIRED) 4 | pkg_check_modules(Opus REQUIRED IMPORTED_TARGET opus) 5 | set_target_properties(PkgConfig::Opus PROPERTIES IMPORTED_GLOBAL TRUE) 6 | add_library(Opus::opus ALIAS PkgConfig::Opus) 7 | endif() 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/Graphics/Legacy/v3/DrawingLegacyv3.hpp: -------------------------------------------------------------------------------- 1 | 2 | namespace Legacy 3 | { 4 | 5 | namespace v3 6 | { 7 | void DrawObjectList(int32 group); 8 | void DrawStageGFX(); 9 | 10 | #if !RETRO_USE_ORIGINAL_CODE 11 | void DrawDebugOverlays(); 12 | #endif 13 | 14 | bool32 VideoSkipCB(); 15 | } // namespace v3 16 | 17 | } // namespace Legacy 18 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/libogg/style.css: -------------------------------------------------------------------------------- 1 | BODY { font-family: Helvetica, sans-serif } 2 | TD { font-family: Helvetica, sans-serif } 3 | P { font-family: Helvetica, sans-serif } 4 | H1 { font-family: Helvetica, sans-serif } 5 | H2 { font-family: Helvetica, sans-serif } 6 | H4 { font-family: Helvetica, sans-serif } 7 | P.tiny { font-size: 8pt } 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/all_e.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['read_20attributes_20and_20text_20information_2e_101',['Read attributes and text information.',['../_example_4.html',1,'']]], 4 | ['rootelement_102',['RootElement',['../classtinyxml2_1_1_x_m_l_document.html#ad2b70320d3c2a071c2f36928edff3e1c',1,'tinyxml2::XMLDocument']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/idct.lo: -------------------------------------------------------------------------------- 1 | # idct.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='idct.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/info.lo: -------------------------------------------------------------------------------- 1 | # info.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='info.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/silk/tests/meson.build: -------------------------------------------------------------------------------- 1 | exe = executable('test_unit_LPC_inv_pred_gain', 2 | 'test_unit_LPC_inv_pred_gain.c', '../LPC_inv_pred_gain.c', 3 | include_directories: opus_includes, 4 | link_with: [celt_lib, celt_static_libs, silk_lib, silk_static_libs], 5 | dependencies: libm, 6 | install: false) 7 | 8 | test(test_name, exe) 9 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/all_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['openelement_64',['OpenElement',['../classtinyxml2_1_1_x_m_l_printer.html#a20fb06c83bd13e5140d7dd13af06c010',1,'tinyxml2::XMLPrinter']]], 4 | ['operator_3d_65',['operator=',['../classtinyxml2_1_1_x_m_l_handle.html#a75b908322bb4b83be3281b6845252b20',1,'tinyxml2::XMLHandle']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decode.lo: -------------------------------------------------------------------------------- 1 | # decode.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='decode.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/quant.lo: -------------------------------------------------------------------------------- 1 | # quant.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='quant.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/state.lo: -------------------------------------------------------------------------------- 1 | # state.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='state.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/SonicMania/GameMain.h: -------------------------------------------------------------------------------- 1 | // ------------------------- 2 | // LINK GAME/MOD LOGIC 3 | // ------------------------- 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | #if RETRO_REV02 10 | void LinkGameLogicDLL(EngineInfo *info); 11 | #else 12 | void LinkGameLogicDLL(EngineInfo info); 13 | #endif 14 | 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/docs/search/functions_b.js: -------------------------------------------------------------------------------- 1 | var searchData= 2 | [ 3 | ['openelement_216',['OpenElement',['../classtinyxml2_1_1_x_m_l_printer.html#a20fb06c83bd13e5140d7dd13af06c010',1,'tinyxml2::XMLPrinter']]], 4 | ['operator_3d_217',['operator=',['../classtinyxml2_1_1_x_m_l_handle.html#a75b908322bb4b83be3281b6845252b20',1,'tinyxml2::XMLHandle']]] 5 | ]; 6 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/libogg/style.css: -------------------------------------------------------------------------------- 1 | BODY { font-family: Helvetica, sans-serif } 2 | TD { font-family: Helvetica, sans-serif } 3 | P { font-family: Helvetica, sans-serif } 4 | H1 { font-family: Helvetica, sans-serif } 5 | H2 { font-family: Helvetica, sans-serif } 6 | H4 { font-family: Helvetica, sans-serif } 7 | P.tiny { font-size: 8pt } 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/bitpack.lo: -------------------------------------------------------------------------------- 1 | # bitpack.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='bitpack.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decinfo.lo: -------------------------------------------------------------------------------- 1 | # decinfo.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='decinfo.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/dequant.lo: -------------------------------------------------------------------------------- 1 | # dequant.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='dequant.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/fragment.lo: -------------------------------------------------------------------------------- 1 | # fragment.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='fragment.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/huffdec.lo: -------------------------------------------------------------------------------- 1 | # huffdec.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='huffdec.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/internal.lo: -------------------------------------------------------------------------------- 1 | # internal.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='internal.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/ogg.pc.in: -------------------------------------------------------------------------------- 1 | # ogg pkg-config file 2 | 3 | prefix=@prefix@ 4 | exec_prefix=@exec_prefix@ 5 | libdir=@libdir@ 6 | includedir=@includedir@ 7 | 8 | Name: ogg 9 | Description: ogg is a library for manipulating ogg bitstreams 10 | Version: @VERSION@ 11 | Requires: 12 | Conflicts: 13 | Libs: -L${libdir} -logg 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/share/doc/libogg/html/libogg/style.css: -------------------------------------------------------------------------------- 1 | BODY { font-family: Helvetica, sans-serif } 2 | TD { font-family: Helvetica, sans-serif } 3 | P { font-family: Helvetica, sans-serif } 4 | H1 { font-family: Helvetica, sans-serif } 5 | H2 { font-family: Helvetica, sans-serif } 6 | H4 { font-family: Helvetica, sans-serif } 7 | P.tiny { font-size: 8pt } 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/ogg.pc: -------------------------------------------------------------------------------- 1 | # ogg pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: ogg 9 | Description: ogg is a library for manipulating ogg bitstreams 10 | Version: 1.3.5 11 | Requires: 12 | Conflicts: 13 | Libs: -L${libdir} -logg 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/pkgconfig/portaudio-2.0.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr/local 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: PortAudio 7 | Description: Portable audio I/O 8 | Requires: 9 | Version: 19 10 | 11 | Libs: -L${libdir} -lportaudio -lwinmm -lm -lole32 -luuid 12 | Cflags: -I${includedir} -mthreads 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/apiwrapper.lo: -------------------------------------------------------------------------------- 1 | # apiwrapper.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='apiwrapper.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theora.pc.in: -------------------------------------------------------------------------------- 1 | # theora installed pkg-config file 2 | 3 | prefix=@prefix@ 4 | exec_prefix=@exec_prefix@ 5 | libdir=@libdir@ 6 | includedir=@includedir@ 7 | 8 | Name: theora 9 | Description: Theora video codec 10 | Version: @VERSION@ 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheora 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/decapiwrapper.lo: -------------------------------------------------------------------------------- 1 | # decapiwrapper.lo - a libtool object file 2 | # Generated by ltmain.sh (GNU libtool) 2.2.6b 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object=none 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='decapiwrapper.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/bitwise.lo: -------------------------------------------------------------------------------- 1 | # bitwise.lo - a libtool object file 2 | # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-15 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object='.libs/bitwise.o' 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='bitwise.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/src/framing.lo: -------------------------------------------------------------------------------- 1 | # framing.lo - a libtool object file 2 | # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-15 3 | # 4 | # Please DO NOT delete this file! 5 | # It is necessary for linking the library. 6 | 7 | # Name of the PIC object. 8 | pic_object='.libs/framing.o' 9 | 10 | # Name of the non-PIC object 11 | non_pic_object='framing.o' 12 | 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theora.pc: -------------------------------------------------------------------------------- 1 | # theora installed pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: theora 9 | Description: Theora video codec 10 | Version: 1.2.0alpha1 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheora 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /25MB-Tools/SoundFX_conv.bat: -------------------------------------------------------------------------------- 1 | echo OFF 2 | 3 | for /D %%d in (Data/SoundFX/*) do ( 4 | for %%f in (Data/SoundFX/%%d/*.wav) do ( 5 | echo %%d/%%f 6 | ffprobe -loglevel warning -hide_banner Data/SoundFX/%%d/%%f 7 | opusenc Data/SoundFX/%%d/%%f ../Data-Mod/Data/SoundFX/%%d/%%f --discard-comments --discard-pictures --framesize 60 --downmix-mono --music --bitrate 17 --padding 0 8 | ) 9 | ) -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/doc/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this with automake to create Makefile.in 2 | 3 | SUBDIRS = libogg 4 | 5 | dist_html_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ 6 | fish_xiph_org.png multiplex1.png packets.png pages.png stream.png \ 7 | vorbisword2.png white-ogg.png white-xifish.png \ 8 | rfc3533.txt rfc5334.txt skeleton.html 9 | 10 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/stb_vorbis/tests/stb_static.c: -------------------------------------------------------------------------------- 1 | #define STBI_WINDOWS_UTF8 2 | #define STB_IMAGE_STATIC 3 | #define STB_IMAGE_IMPLEMENTATION 4 | #include "stb_image.h" 5 | 6 | #define STB_IMAGE_WRITE_STATIC 7 | #define STB_IMAGE_WRITE_IMPLEMENTATION 8 | //#include "stb_image_write.h" 9 | 10 | #define STBTT_STATIC 11 | #define STB_TRUETYPE_IMPLEMENTATION 12 | #include "stb_truetype.h" 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoradec.pc.in: -------------------------------------------------------------------------------- 1 | # theoradec installed pkg-config file 2 | 3 | prefix=@prefix@ 4 | exec_prefix=@exec_prefix@ 5 | libdir=@libdir@ 6 | includedir=@includedir@ 7 | 8 | Name: theora 9 | Description: Theora video codec (decoder) 10 | Version: @VERSION@ 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheoradec 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/pkgconfig/theora.pc: -------------------------------------------------------------------------------- 1 | # theora installed pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: theora 9 | Description: Theora video codec 10 | Version: 1.2.0alpha1 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheora 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Dummy/DummyStats.hpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | // This is the "dummy" struct, it serves as the base in the event a suitable API isn't loaded (such as in this decomp) 4 | // This struct should never be removed, other structs such as "SteamStats" would be added and "stats" would be set to that instead 5 | struct DummyStats : UserStats { 6 | void TryTrackStat(StatInfo *stat); 7 | }; 8 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/ogg-uninstalled.pc: -------------------------------------------------------------------------------- 1 | # ogg uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/src 6 | includedir=${pcfiledir}/./include 7 | 8 | Name: ogg 9 | Description: ogg is a library for manipulating ogg bitstreams (not installed) 10 | Version: 1.3.5 11 | Requires: 12 | Conflicts: 13 | Libs: ${libdir}/.libs/libogg.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoradec.pc: -------------------------------------------------------------------------------- 1 | # theoradec installed pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: theora 9 | Description: Theora video codec (decoder) 10 | Version: 1.2.0alpha1 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheoradec 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoraenc.pc.in: -------------------------------------------------------------------------------- 1 | # theoraenc installed pkg-config file 2 | 3 | prefix=@prefix@ 4 | exec_prefix=@exec_prefix@ 5 | libdir=@libdir@ 6 | includedir=@includedir@ 7 | 8 | Name: theora 9 | Description: Theora video codec (encoder) 10 | Version: @VERSION@ 11 | Requires: theoradec, ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheoraenc 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/cmake/tinyxml2.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@CMAKE_INSTALL_PREFIX@ 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ 4 | includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ 5 | 6 | Name: TinyXML2 7 | Description: simple, small, C++ XML parser 8 | Version: @tinyxml2_VERSION@ 9 | Libs: -L${libdir} -l$ 10 | Cflags: -I${includedir} 11 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/timeapi.h: -------------------------------------------------------------------------------- 1 | /** 2 | * This file has no copyright assigned and is placed in the Public Domain. 3 | * This file is part of the mingw-w64 runtime package. 4 | * No warranty is given; refer to the file DISCLAIMER.PD within this package. 5 | */ 6 | #ifndef _INC_TIMEAPI 7 | #define _INC_TIMEAPI 8 | 9 | /* timeBeginPeriod and al are defined in mmsystem.h */ 10 | #include 11 | 12 | #endif 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/all/tinyxml2/.gitignore: -------------------------------------------------------------------------------- 1 | # intermediate files 2 | Win32/ 3 | x64/ 4 | ipch/ 5 | resources/out/ 6 | tinyxml2/tinyxml2-cbp/bin/ 7 | tinyxml2/tinyxml2-cbp/obj/ 8 | tinyxml2/bin/ 9 | tinyxml2/temp/ 10 | .artifacts/ 11 | .projects/ 12 | *.sdf 13 | *.suo 14 | *.opensdf 15 | *.user 16 | *.depend 17 | *.layout 18 | *.o 19 | *.vc.db 20 | *.vc.opendb 21 | libtinyxml2.a 22 | xmltest 23 | vs/debug 24 | 25 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theora-uninstalled.pc: -------------------------------------------------------------------------------- 1 | # theora uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/lib 6 | includedir=${pcfiledir}/include 7 | 8 | Name: theora uninstalled 9 | Description: Theora video codec (not installed) 10 | Version: 1.2.0alpha1 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: ${libdir}/libtheora.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theora-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # theora uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/lib 6 | includedir=${pcfiledir}/include 7 | 8 | Name: theora uninstalled 9 | Description: Theora video codec (not installed) 10 | Version: @VERSION@ 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: ${libdir}/libtheora.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoraenc.pc: -------------------------------------------------------------------------------- 1 | # theoraenc installed pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: theora 9 | Description: Theora video codec (encoder) 10 | Version: 1.2.0alpha1 11 | Requires: theoradec, ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheoraenc 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opusfile/opusurl.pc.in: -------------------------------------------------------------------------------- 1 | # opusurl installed pkg-config file 2 | 3 | prefix=@prefix@ 4 | exec_prefix=@exec_prefix@ 5 | libdir=@libdir@ 6 | includedir=@includedir@ 7 | 8 | Name: opusurl 9 | Description: High-level Opus decoding library, URL support 10 | Version: @PACKAGE_VERSION@ 11 | Requires: opusfile 12 | Requires.private: @openssl@ 13 | Conflicts: 14 | Libs: -L${libdir} -lopusurl 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/pkgconfig/theoradec.pc: -------------------------------------------------------------------------------- 1 | # theoradec installed pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: theora 9 | Description: Theora video codec (decoder) 10 | Version: 1.2.0alpha1 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheoradec 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /25MB-Tools/Video_conv.bat: -------------------------------------------------------------------------------- 1 | set COMMON_FLAGS= -vf scale=-2:120 -minrate 24K -b:v 48K -maxrate 96K -deadline best -speed 0 -g 300 -row-mt 1 -vsync 0 2 | 3 | for %%f in (Data/Video/*.ogv) do ( 4 | ffmpeg -y -hide_banner -i Data/Video/%%f -c:v libvpx-vp9 %COMMON_FLAGS% -pass 1 -f ivf ../Data-Mod/Data/Video/%%~nf.ogv 5 | ffmpeg -y -hide_banner -i Data/Video/%%f -c:v libvpx-vp9 %COMMON_FLAGS% -pass 2 -f ivf ../Data-Mod/Data/Video/%%~nf.ogv 6 | ) -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/main.hpp: -------------------------------------------------------------------------------- 1 | #ifndef MAIN_H 2 | #define MAIN_H 3 | 4 | #if !RETRO_STANDALONE 5 | #ifdef _MSC_VER 6 | #define DLLExport __declspec(dllexport) 7 | #else 8 | #define DLLExport 9 | #endif 10 | 11 | extern "C" { 12 | DLLExport int32 RSDK_main(int32 argc, char **argv, void *linkLogicPtr); 13 | } 14 | #else 15 | int32 RSDK_main(int32 argc, char **argv, void *linkLogicPtr); 16 | #endif 17 | 18 | #endif // !ifdef MAIN_H -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libogg/ogg-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # ogg uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/src 6 | includedir=${pcfiledir}/@top_srcdir@/include 7 | 8 | Name: ogg 9 | Description: ogg is a library for manipulating ogg bitstreams (not installed) 10 | Version: @VERSION@ 11 | Requires: 12 | Conflicts: 13 | Libs: ${libdir}/.libs/libogg.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/opus-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # Opus codec reference implementation uninstalled pkg-config file 2 | 3 | libdir=${pcfiledir}/.libs 4 | includedir=${pcfiledir} 5 | 6 | Name: opus uninstalled 7 | Description: Opus IETF audio codec (not installed, @PC_BUILD@) 8 | Version: @VERSION@ 9 | Requires: 10 | Conflicts: 11 | Libs: ${libdir}/libopus.la @LIBM@ 12 | Cflags: -I${pcfiledir}/@top_srcdir@/include 13 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/pkgconfig/theoraenc.pc: -------------------------------------------------------------------------------- 1 | # theoraenc installed pkg-config file 2 | 3 | prefix=/usr/local 4 | exec_prefix=${prefix} 5 | libdir=${exec_prefix}/lib 6 | includedir=${prefix}/include 7 | 8 | Name: theora 9 | Description: Theora video codec (encoder) 10 | Version: 1.2.0alpha1 11 | Requires: theoradec, ogg >= 1.1 12 | Conflicts: 13 | Libs: -L${libdir} -ltheoraenc 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/lib/theoraenc.exp: -------------------------------------------------------------------------------- 1 | # export list for theoraenc 2 | _th_encode_alloc 3 | _th_encode_ctl 4 | _th_encode_flushheader 5 | _th_encode_ycbcr_in 6 | _th_encode_packetout 7 | _th_encode_free 8 | _TH_VP31_QUANT_INFO 9 | _TH_VP31_HUFF_CODES 10 | _theora_encode_init 11 | _theora_encode_YUVin 12 | _theora_encode_packetout 13 | _theora_encode_header 14 | _theora_encode_comment 15 | _theora_encode_tables 16 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoradec-uninstalled.pc: -------------------------------------------------------------------------------- 1 | # theoradec uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/lib 6 | includedir=${pcfiledir}/include 7 | 8 | Name: theora uninstalled 9 | Description: Theora video codec(decoder) (not installed) 10 | Version: 1.2.0alpha1 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: ${libdir}/libtheoradec.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoradec-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # theoradec uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/lib 6 | includedir=${pcfiledir}/include 7 | 8 | Name: theora uninstalled 9 | Description: Theora video codec(decoder) (not installed) 10 | Version: @VERSION@ 11 | Requires: ogg >= 1.1 12 | Conflicts: 13 | Libs: ${libdir}/libtheoradec.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libs_x86/lib/pkgconfig/vorbis.pc: -------------------------------------------------------------------------------- 1 | # libvorbis pkg-config source file 2 | 3 | prefix=/usr/local 4 | exec_prefix=/usr/local/bin 5 | libdir=/usr/local/lib 6 | includedir=/usr/local/include 7 | 8 | Name: vorbis 9 | Description: vorbis is the primary Ogg Vorbis library 10 | Version: 1.3.7 11 | Requires.private: ogg 12 | Conflicts: 13 | Libs: -L${libdir} -lvorbis 14 | Libs.private: -lm 15 | Cflags: -I${includedir} 16 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoraenc-uninstalled.pc: -------------------------------------------------------------------------------- 1 | # theoraenc uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/lib 6 | includedir=${pcfiledir}/include 7 | 8 | Name: theora uninstalled 9 | Description: Theora video codec (encoder) (not installed) 10 | Version: 1.2.0alpha1 11 | Requires: theoradec, ogg >= 1.1 12 | Conflicts: 13 | Libs: ${libdir}/libtheoraenc.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/libtheora/theoraenc-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # theoraenc uninstalled pkg-config file 2 | 3 | prefix= 4 | exec_prefix= 5 | libdir=${pcfiledir}/lib 6 | includedir=${pcfiledir}/include 7 | 8 | Name: theora uninstalled 9 | Description: Theora video codec (encoder) (not installed) 10 | Version: @VERSION@ 11 | Requires: theoradec, ogg >= 1.1 12 | Conflicts: 13 | Libs: ${libdir}/libtheoraenc.la 14 | Cflags: -I${includedir} 15 | -------------------------------------------------------------------------------- /25MB-Tools/Music_conv.bat: -------------------------------------------------------------------------------- 1 | for %%f in (Data/Music/*.ogg) do ( 2 | ffmpeg -y -hide_banner -i Data/Music/%%f ../Data-Mod/Data/Music/%%~nf.wav 3 | stereo2monophase ../Data-Mod/Data/Music/%%~nf.wav 0.5 0.6 4 | opusenc ../Data-Mod/Data/Music/%%~nf_mono.wav ../Data-Mod/Data/Music/%%~nf.ogg --discard-comments --discard-pictures --framesize 60 --music --bitrate 12 5 | del ..\Data-Mod\Data\Music\%%~nf.wav 6 | del ..\Data-Mod\Data\Music\%%~nf_mono.wav 7 | 8 | ) -------------------------------------------------------------------------------- /RSDKv5-Decompilation/RSDKv5/RSDK/User/Dummy/DummyPresence.hpp: -------------------------------------------------------------------------------- 1 | #if RETRO_REV02 2 | 3 | // This is the "dummy" struct, it serves as the base in the event a suitable API isn't loaded (such as in this decomp) 4 | // This struct should never be removed, other structs such as "SteamRichPresence" would be added and "richPresence" would be set to that instead 5 | struct DummyRichPresence : UserRichPresence { 6 | void SetPresence(int32 id, String *message); 7 | }; 8 | #endif 9 | -------------------------------------------------------------------------------- /RSDKv5-Decompilation/dependencies/windows/opus/opus_sources.mk: -------------------------------------------------------------------------------- 1 | OPUS_SOURCES = \ 2 | src/opus.c \ 3 | src/opus_decoder.c \ 4 | src/opus_encoder.c \ 5 | src/opus_multistream.c \ 6 | src/opus_multistream_encoder.c \ 7 | src/opus_multistream_decoder.c \ 8 | src/repacketizer.c \ 9 | src/opus_projection_encoder.c \ 10 | src/opus_projection_decoder.c \ 11 | src/mapping_matrix.c 12 | 13 | OPUS_SOURCES_FLOAT = \ 14 | src/analysis.c \ 15 | src/mlp.c \ 16 | src/mlp_data.c 17 | --------------------------------------------------------------------------------