Created
February 3, 2013 19:13
-
-
Save juntalis/4703226 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef _FLAGS_H_ | |
| #define _FLAGS_H_ | |
| #pragma once | |
| #define ACTION_ACTIVATE 0x1 | |
| #define ACTION_CANCEL 0x2 | |
| #define ACTION_COMPLETE 0x4 | |
| #define ACTION_PAUSE 0x3 | |
| #define DUE_SET 0x8 | |
| #define START_SET 0x10 | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment