summaryrefslogtreecommitdiff
path: root/template3.cc
blob: b647f185983e6d9c599f5b9c835059325e268a58 (about) (plain)
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"
L_instantiate(Atom);
PL_instantiate(Command);
PL_instantiate(Request);