summaryrefslogtreecommitdiff
path: root/cli/source.hxx
blob: 3efefc86f619a253d53b67e53fd30f7daaf9fc35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/source.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_SOURCE_HXX
#define CLI_SOURCE_HXX

#include <cli/context.hxx>

void
generate_source (context&);

#endif // CLI_SOURCE_HXX