#pragma once #include "il2cpp-config.h" #if IL2CPP_SUPPORTS_CONSOLE_EXTENSION #include #include namespace il2cpp { namespace os { namespace ConsoleExtension { void Write(const char* buffer); } } } #endif