added tart main tools
This commit is contained in:
8
source/term.h
Normal file
8
source/term.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef TERM_H
|
||||
#define TERM_H
|
||||
#include "tart.h"
|
||||
|
||||
int tart_draw(struct tart_window);
|
||||
int tart_draw_buffer(struct tart_buffer);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user