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