// file : cli/runtime-source.hxx // author : Boris Kolpackov // license : MIT; see accompanying LICENSE file #ifndef CLI_RUNTIME_SOURCE_HXX #define CLI_RUNTIME_SOURCE_HXX #include void generate_runtime_source (context&, bool complete); #endif // CLI_RUNTIME_SOURCE_HXX