8#include "dawn/io/factory.hxx"
9#include "dawn/prog/factory.hxx"
10#include "dawn/proto/factory.hxx"
40IIOFactory *user_io_factory();
41IProgFactory *user_prog_factory();
42IProtoFactory *user_proto_factory();
70int user_post_load(CDawn *
dawn);
71void user_on_idle(CDawn *
dawn);
72int user_pre_shutdown(CDawn *
dawn);
Out-of-tree user-extension hooks for Dawn.