change DORNE_*_H namespacing to CURSETREE_*_H

This commit is contained in:
Emile Clark-Boman 2025-09-13 10:58:31 +10:00
parent 69745c81f7
commit daaaaf979c
9 changed files with 69 additions and 20 deletions

View file

@ -1,5 +1,5 @@
#ifndef DORNE_TREE_H
#define DORNE_TREE_H
#ifndef CURSETREE_CURSETREE_H
#define CURSETREE_CURSETREE_H
#ifndef __NCURSES_H
typedef struct _win_st WINDOW;
@ -60,4 +60,4 @@ void bifurcate_window_node(struct crs_node **const node,
const enum crs_axis axis, const int invert_axis,
const float ratio);
#endif /* DORNE_TREE_H */
#endif /* CURSETREE_CURSETREE_H */