geode/loader/include/Geode/c++stl/gdstdlib.hpp
2024-06-03 02:39:29 +02:00

13 lines
224 B
C++

#pragma once
#include <Geode/platform/platform.hpp>
#include "string.hpp"
#if defined(GEODE_IS_ANDROID)
#include "gnustl.hpp"
//#elif defined(GEODE_IS_WINDOWS)
//#include "msvcstl.hpp"
#else
#include "aliastl.hpp"
#endif