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

14 lines
224 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-06-02 20:39:29 -04:00
//#elif defined(GEODE_IS_WINDOWS)
//#include "msvcstl.hpp"
2024-03-25 15:51:17 -04:00
#else
#include "aliastl.hpp"
#endif