Files
2024-02-23 21:12:51 +01:00

24 lines
366 B
C

/*
* BNG Blaster (BBL) - Interactive Mode
*
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2024, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __BBL_INTERACTIVE_H__
#define __BBL_INTERACTIVE_H__
void
bbl_interactive_log_buf_init();
void
bbl_interactive_init();
void
bbl_interactive_start();
#endif