geode/loader/include/Geode/c++stl/gdstdlib.hpp
2024-06-28 11:10:19 -03:00

11 lines
165 B
C++

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