Skip to content

Commit

Permalink
Add lgp pictures constants
Browse files Browse the repository at this point in the history
  • Loading branch information
cad0gan committed May 5, 2024
1 parent 683f8bf commit 272ca1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swilib/include/swilib/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ enum DefaultLgpID {
LGP_NULL = 0x7FFF, /**< Empty LGP */
#endif
LGP_DOIT_PIC = 0x7FFFC0FB, /**< OK icon */
LGP_CHANGE_PIC = 0x7FFFC10D, /**< Change icon */
LGP_SAVE_PIC = 0x7FFFC113, /**< Save icon */
};

/**
Expand Down

0 comments on commit 272ca1a

Please sign in to comment.