1 2 3 4 5 6 7 8 9 10 11
#include "request.hh" #include "command.hh" #include "molecule.hh" #include "list.cc" #include "cursor.cc" PL_instantiate(Atom); PL_instantiate(Command); PL_instantiate(Request);