mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-13 17:41:15 -05:00
8 lines
143 B
C++
8 lines
143 B
C++
|
#include <loader/IPC.hpp>
|
|||
|
|
|||
|
using namespace geode::prelude;
|
|||
|
|
|||
|
void ipc::setup() {
|
|||
|
log::debug("IPC is not supported on this platform!");
|
|||
|
}
|