mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-13 17:41:15 -05:00
be7ee3ef18
* move console stuff from loader * compile platform sources only per platform * move ipc from loader * move updater from loader * remove Loader::didLastLaunchCrash * remove platformdata from loader * move updaters events and filters too
7 lines
143 B
C++
7 lines
143 B
C++
#include <loader/IPC.hpp>
|
|
|
|
using namespace geode::prelude;
|
|
|
|
void ipc::setup() {
|
|
log::debug("IPC is not supported on this platform!");
|
|
}
|