Skip to content

Commit b62e2e9

Browse files
committed
Fonctions : returns.
1 parent a48c61d commit b62e2e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FonctionDefinition.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ namespace FPL {
2323
std::vector<std::string> FonctionContent;
2424
bool HasArgument = false;
2525
int NumberArgument = 0;
26+
bool HasReturn = false;
27+
std::string ReturnValue;
28+
Type ReturnType;
2629

2730
[[maybe_unused]] void FDebugPrint() const;
2831
};

0 commit comments

Comments
 (0)