Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto2011 authored Jun 29, 2022
1 parent e2373d7 commit 14e7815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13816,8 +13816,8 @@ void __fastcall TFMain_11011981::CreateCppHeaderFile(FILE* hF)
OutputForwardDeclarationsOfKind(hF, ikEnumeration);
fprintf(hF, "//<Set>\n");
OutputForwardDeclarationsOfKind(hF, ikSet);
//fprintf(hF, "//<Class>\n");
//OutputForwardDeclarationsOfKind(hF, ikClass);
fprintf(hF, "//<Class>\n");
OutputForwardDeclarationsOfKind(hF, ikClass);
fprintf(hF, "//<Record>\n");
OutputForwardDeclarationsOfKind(hF, ikRecord);
fprintf(hF, "//<Method>\n");
Expand Down

0 comments on commit 14e7815

Please sign in to comment.