Skip to content

Commit

Permalink
ALTV-640 - add enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Jan 18, 2025
1 parent c6bd856 commit 0969a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/src/namespaces/EnumsNamespace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ extern js::Namespace enumsNamespace("Enums", [](js::NamespaceTemplate& tpl) {
tpl.StaticEnum<alt::CloudAuthResult>("CloudAuthResult");
tpl.StaticEnum<alt::Benefit>("Benefit");
tpl.StaticEnum<alt::ITextLabel::Alignment>("TextLabelAlignment");
tpl.StaticEnum<alt::CParachuteStateChangeEvent::ParachuteState>("ParachuteState");
});

0 comments on commit 0969a3f

Please sign in to comment.