9 lines
134 B
C
9 lines
134 B
C
#ifndef TERM_H
|
|
#define TERM_H
|
|
#include "tart.h"
|
|
|
|
int tart_draw(struct tart_window);
|
|
int tart_draw_buffer(struct tart_buffer);
|
|
|
|
#endif
|