mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
11 lines
165 B
C++
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
|