added a temperary buffer when running
This commit is contained in:
@@ -6,6 +6,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../source/term.h"
|
||||
#include <stdio.h>
|
||||
// #========================================================================#
|
||||
// | PreacherDHM:TART
|
||||
// |
|
||||
@@ -169,6 +170,7 @@ struct tart_window {
|
||||
};
|
||||
|
||||
struct tart_window tart_create_window();
|
||||
void tart_destroy_window(struct tart_window* window);
|
||||
struct tart_buffer tart_create_buffer(tart_id id, struct tart_vec2 size, struct tart_vec2 position);
|
||||
tart_byte tart_restore_window(struct tart_window*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user