fixed c implemntation

This commit is contained in:
2025-01-29 19:09:58 +00:00
parent 58d3ec9e71
commit f57a440623
6 changed files with 22 additions and 10 deletions

View File

@@ -1,5 +1,8 @@
#ifndef TART_H
#define TART_H
#ifdef __cplusplus
extern "C" {
#endif
// #========================================================================#
// | PreacherDHM:TART
// |
@@ -86,4 +89,7 @@ struct tart_buffer* tart_get_buffer(struct tart_window*, tart_byte);
struct tart_cell* tart_get_cell(struct tart_buffer*, int);
struct tart_cell tart_set_cell(struct tart_buffer*, struct tart_cell,int);
#ifdef __cplusplus
}
#endif
#endif