fixed c implemntation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user