added nomi spirel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user