summaryrefslogtreecommitdiff
path: root/cli/cli/runtime-source.hxx
blob: 0e51c4b9526d6d69a3c3d4029c0a81bc724c77ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : cli/runtime-source.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_RUNTIME_SOURCE_HXX
#define CLI_RUNTIME_SOURCE_HXX

#include <cli/context.hxx>

void
generate_runtime_source (context&, bool complete);

#endif // CLI_RUNTIME_SOURCE_HXX