Files
Tart/source/term.h
2025-01-28 21:01:24 -08:00

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