Files
Tart/source/term.h

9 lines
134 B
C
Raw Normal View History

2025-01-28 21:01:24 -08:00
#ifndef TERM_H
#define TERM_H
#include "tart.h"
int tart_draw(struct tart_window);
int tart_draw_buffer(struct tart_buffer);
#endif