geode/loader/include/Geode/c++stl/gdstdlib.hpp

13 lines
220 B
C++
Raw Normal View History

#pragma once
#include <Geode/platform/platform.hpp>
2023-12-23 07:44:29 -05:00
#include "string.hpp"
2023-12-22 16:09:58 -05:00
2024-01-19 18:33:17 -05:00
#if defined(GEODE_IS_ANDROID)
2022-10-30 14:24:06 -04:00
#include "gnustl.hpp"
2024-01-19 18:33:17 -05:00
#else
// this is quite funny but msvcstl is just all aliases
#include "msvcstl.hpp"
#endif