working on seperating main into editor fiels

This commit is contained in:
2025-11-07 18:29:07 -08:00
parent 99c46cec29
commit 3f9bd14056
4 changed files with 92 additions and 34 deletions

View File

@@ -68,6 +68,8 @@ typedef struct {
*/
void NomiInit(trunk* tr);
branchId* NomiNavigation(char input);
branch* GetSelectedBranch();
void SetSelectedBranch(branch* b);
/*
* This will create the truk of the note.
* */