1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
rtbrick-bngblaster/src/bbl_interactive.h

17 lines
306 B
C
Raw Normal View History

2021-02-04 21:56:56 +01:00
/*
* BNG Blaster (BBL) - Interactive Mode
*
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2021, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
2021-02-04 21:56:56 +01:00
*/
#ifndef __BBL_INTERACTIVE_H__
#define __BBL_INTERACTIVE_H__
void bbl_init_curses(bbl_ctx_s *ctx);
#endif