Skip to content

Commit 32d30b8

Browse files
committed
Ajouts de parametres essentielles.
1 parent c66a148 commit 32d30b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VariableDefinition.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ namespace FPL {
3636
std::string VariableName;
3737
Type VariableType;
3838
std::string VariableValue;
39+
bool InFonction;
40+
bool IsGlobal;
3941
};
4042
}

0 commit comments

Comments
 (0)