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

#ifndef CLI_RUNTIME_HEADER_HXX
#define CLI_RUNTIME_HEADER_HXX

#include "context.hxx"

void
generate_runtime_header (context&);

#endif // CLI_RUNTIME_HEADER_HXX