mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-11 01:49:23 +00:00
tests et complètion des fx
This commit is contained in:
@ -7,7 +7,11 @@
|
||||
*@false : 0
|
||||
*/
|
||||
typedef enum Bool{
|
||||
<<<<<<< 0996ce834deca07fbf19d0b5de5f3c8b568185e6:LibList/CellElement.h
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> tests et complètion des fx:CellElement.h
|
||||
true = 1,
|
||||
false = 0
|
||||
|
||||
@ -39,6 +43,9 @@ struct cellElement {
|
||||
};
|
||||
typedef struct cellElement cellElement;
|
||||
|
||||
cellElement * CreateCellElem();
|
||||
void freeCellElem(cellElement * elem);
|
||||
|
||||
int AddNextCol(cellElement* tree);
|
||||
int AddNextRow(cellElement* tree);
|
||||
|
||||
|
Reference in New Issue
Block a user