summaryrefslogtreecommitdiff
path: root/cli/runtime-header.hxx
blob: f4bff7c4f63e7644eb605c0faa30ddef7db3406a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : cli/runtime-header.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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