geode/loader/include/Geode/c++stl/gdstdlib.hpp
2023-12-22 18:09:58 -03:00

11 lines
170 B
C++

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