geode/loader/include/Geode/c++stl/gdstdlib.hpp
2024-01-19 20:33:17 -03:00

12 lines
220 B
C++

#pragma once
#include <Geode/platform/platform.hpp>
#include "string.hpp"
#if defined(GEODE_IS_ANDROID)
#include "gnustl.hpp"
#else
// this is quite funny but msvcstl is just all aliases
#include "msvcstl.hpp"
#endif