mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
17 lines
306 B
C
17 lines
306 B
C
/*
|
|
* 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
|
|
*/
|
|
|
|
#ifndef __BBL_INTERACTIVE_H__
|
|
#define __BBL_INTERACTIVE_H__
|
|
|
|
void bbl_init_curses(bbl_ctx_s *ctx);
|
|
|
|
#endif
|