Rearrange headers in config.cpp

This commit is contained in:
Jesse Talavera-Greenberg 2023-08-01 19:07:09 -04:00
parent 29118a4663
commit d246217241

View File

@ -14,10 +14,12 @@
with melonDS DS. If not, see http://www.gnu.org/licenses/.
*/
#include <Platform.h>
#include "../config.hpp"
#include <cstring>
#include <Platform.h>
using namespace melonds::config;
int Platform::GetConfigInt(ConfigEntry entry)