Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #35 from ii887522/develop
Browse files Browse the repository at this point in the history
Add more enum entries
  • Loading branch information
ii887522 authored Jun 25, 2021
2 parents 34f6aaa + 8fddb23 commit d51ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitro/src/main/Any/Enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace ii887522::nitro {

enum class Action : unsigned int {
NONE, START_ANIMATION, STOP_ANIMATION
NONE, QUIT, CONSUME_EVENT, RETURN_FROM_CALLER, START_ANIMATION, STOP_ANIMATION
};

} // namespace ii887522::nitro
Expand Down

0 comments on commit d51ae11

Please sign in to comment.