Is there any guide to linking a godot module that uses classes from core/io/*?
Specifically, I have a module that uses "Image" (core/io/image.h), but get an undefined symbol error when re-compiling the engine.
I'm assuming my SCsub is wrong but I'm not especially familiar with the scons build system.