Last commit before focus on major development (Var, Array etc.)

This commit is contained in:
William
2024-04-04 23:18:49 +08:00
parent f70175ede3
commit b97887f6be
2 changed files with 7 additions and 69 deletions

View File

@@ -5,12 +5,12 @@
# include <Compound/pen.h>
/** Rendering */
void compound_pen_render_refresh();
void compound_pen_render_full();
void compound_pen_render_full_with(int *buff);
void compound_pen_render_partial(Selection selc);
void compound_pen_render_partial_with(Selection selc, int *buff);
void compound_pen_render_highlight(Selection selc, int method);
void compound_pen_set_cursor_highlight_method(Pen *pen, int method);
void pen_render_refresh();
void pen_render_full();
void pen_render_full_with(int *buff);
void pen_render_partial(Selection selc);
void pen_render_partial_with(Selection selc, int *buff);
void pen_render_highlight(Selection selc, int method);
void pen_set_cursor_highlight_method(Pen *pen, int method);
#endif /* RENDER_H */