mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
8 lines
No EOL
254 B
C
8 lines
No EOL
254 B
C
#pragma once
|
|
#include "model.h"
|
|
#include "genericClass.h"
|
|
#include "compat.h"
|
|
|
|
Variable_t createUnsolvedArrayVariable(Function_t* f);
|
|
Variable_t* solveArray(Variable_t* unsolvedArray);
|
|
Variable_t getUnsolvedArrayMember(Variable_t* var, char* memberName); |