summaryrefslogtreecommitdiff
path: root/cli/source.hxx
blob: e46154ea9b496720fad03c95efc4e7cc6dbe1c65 (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-2010 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_SOURCE_HXX
#define CLI_SOURCE_HXX

#include "context.hxx"

void
generate_source (context&);

#endif // CLI_SOURCE_HXX