Table: All editor code files have been added from the flash drive.
The start date of development is September 12, 2024.
This commit is contained in:
9
includes/formulas.h
Normal file
9
includes/formulas.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef FORMULAS_H
|
||||
#define FORMULAS_H
|
||||
|
||||
typedef struct import_formula_t {
|
||||
int (*callfunc)(uint32_t, uint32_t, uint32_t*);//pdata, return id, array of args id
|
||||
char* name;
|
||||
}import_formula_t;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user