dorne/cursetree/cursetree.h

11 lines
237 B
C
Raw Normal View History

#ifndef CURSETREE_CURSETREE_H
#define CURSETREE_CURSETREE_H
2025-09-10 22:49:24 +10:00
#include "tree.h"
2025-09-10 22:49:24 +10:00
/* === External Interface === */
int ct_init(struct crs_tree **const tree);
void ct_update(struct crs_tree *const tree);
2025-09-10 22:49:24 +10:00
#endif /* CURSETREE_CURSETREE_H */