testing on linux
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
// #========================================================================#
|
||||
// | PREACHERDHM:TERM |
|
||||
// | |
|
||||
// | term renders all of the data from TART. Term takes a tart_window and |
|
||||
// | renders all of the buffers and cells inside the that window object. |
|
||||
// | There is a draw function and a draw buffer function. |
|
||||
// | |
|
||||
// | Term is just a way to output the data from tart. |
|
||||
// #========================================================================#
|
||||
#ifndef TERM_H
|
||||
#define TERM_H
|
||||
#include "tart.h"
|
||||
|
||||
int tart_draw(struct tart_window);
|
||||
int tart_draw_buffer(struct tart_buffer);
|
||||
struct tart_vec2 term_current_size();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user