mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-13 21:59:23 +00:00
Ajouté les fx ds le .h
This commit is contained in:
@ -81,8 +81,6 @@ void removeNextCol(cellElement* tree);
|
||||
*/
|
||||
void removeNextRow(cellElement* tree);
|
||||
|
||||
void recursivePrint(cellElement * tree);
|
||||
|
||||
|
||||
/*---FreeCellElem---
|
||||
*Allocates a cellElement and returns it
|
||||
@ -92,4 +90,15 @@ void recursivePrint(cellElement * tree);
|
||||
*/
|
||||
void FreeCellElement(cellElement* element);
|
||||
|
||||
|
||||
bool is_leaf(cellElement* tree);
|
||||
int SetPositionIndex(cellElement* elem,int Col,int Row);
|
||||
int SetNextCol(cellElement* tree,cellElement* elem);
|
||||
int SetNextRow(cellElement* tree,cellElement* elem);
|
||||
|
||||
|
||||
|
||||
|
||||
void recursivePrint(cellElement * tree);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user