added nomi spirel

This commit is contained in:
2025-10-31 16:53:27 -07:00
parent 36d2be362e
commit 5df8a30070
8 changed files with 190 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
#ifndef NOMI_H
#define NOMI_H
#include "tart.h"
#define BRNACH 0x01
#define TRUNK 0x00
#define MAX_CHILDREN 5
@@ -61,7 +62,7 @@ branch* LocateBranch();
/*
* Draw Branch
*/
void DrawBranch(branch* branch);
void DrawBranch(branch* branch, struct tart_window* w, tart_byte b);
/*
* Create Nomi File