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

#ifndef CLI_RUNTIME_HEADER_HXX
#define CLI_RUNTIME_HEADER_HXX

#include <cli/context.hxx>

void
generate_runtime_header (context&);

#endif // CLI_RUNTIME_HEADER_HXX