diff options
Diffstat (limited to 'include/datatypes.h')
| -rw-r--r-- | include/datatypes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/datatypes.h b/include/datatypes.h index 835cf8f..921f613 100644 --- a/include/datatypes.h +++ b/include/datatypes.h @@ -110,4 +110,11 @@ enum CHAT_MESSAGE EFFECTS }; +enum MUSIC_EFFECT +{ + FADE_IN = 1, + FADE_OUT = 2, + SYNC_POS = 4 +}; + #endif // DATATYPES_H |
