blob: 92921bb29a897b9c7c20bb1f8249df15f39b984a (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "request.hh"
#include "command.hh"
#include "molecule.hh"
#include "list.cc"
#include "plist.cc"
#include "cursor.cc"
PL_instantiate(Atom);
PL_instantiate(Command);
PL_instantiate(Request);
|