summaryrefslogtreecommitdiff
path: root/cli/runtime-source.hxx
blob: 6815cff8e45d4fdc6a655c43f6244a6533570af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/runtime-source.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// 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