Closed JaxonWasTaken closed 2 years ago
This should prevent any issues like #42 occurring again due to changes in STL implementations or refactors of RMG.
<cstdlib>
malloc()
free()
<cstdint>
uint8_t
<string>
std::string
std::getenv()
<iostream>
<cinttypes>
<exception>
<vector>
std::vector
Thank you :heart:
This should prevent any issues like #42 occurring again due to changes in STL implementations or refactors of RMG.
Summary of changes
Soruce/RMG-Audio/main.cpp:
<cstdlib>
formalloc()
,free()
<cstdint>
foruint8_t
Source/RMG-Core/Core.cpp:
<string>
forstd::string
Source/RMG-Core/Directories.cpp:
<cstdlib>
forstd::getenv()
Source/RMG-Core/Key.cpp:
<string>
forstd::string
Source/RMG-Core/MediaLoader.cpp:
<cstdint>
foruint8_t
Source/RMG-Core/Plugins.cpp:
<string>
as it is included in the associated headerSource/RMG-Core/Rom.cpp:
<cstdlib>
formalloc()
,free()
<iostream>
Source/RMG-Core/RomHeader.hpp:
<cinttypes>
to<cstdint>
because extras aren't usedSource/RMG-Core/RomSettings.hpp:
<cinttypes>
to<cstdint>
because extras aren't usedSource/RMG-Core/Screenshot.cpp:
<string>
forstd::string
Source/RMG-Core/Settings/Settings.cpp:
<exception>
<string>
as it is included in the associated headerSource/RMG-Core/SpeedLimiter.cpp:
<string>
forstd::string
Source/RMG-Core/VidExt.cpp:
<string>
forstd::string
Source/RMG-Core/Video.cpp:
<string>
forstd::string
Source/RMG/Callbacks.hpp:
<string>
forstd::string
Source/RMG/UserInterface/Dialog/SettingsDialog.hpp:
<string>
forstd::string
<vector>
forstd::vector
Source/RMG/UserInterface/Widget/OGLWidget.cpp:
<iostream>
Source/RMG/UserInterface/Widget/RomBrowserWidget.cpp:
<vector>
forstd::vector