ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/clamp_includes/Plugin_Messages.h
Revision: 1.1
Committed: 2000-07-28T12:42:30Z (23 years, 9 months ago) by cebix
Content type: text/plain
Branch point for: MAIN, cebix
Log Message:
Initial revision

File Contents

# User Rev Content
1 cebix 1.1 #ifndef CLAMP_PLUGIN_MSGS_H
2     #define CLAMP_PLUGIN_MSGS_H
3    
4     #define CLAMP_MSG_PLAYINFO 900
5     #define CLAMP_PLAYINFO_LABEL "PlayInfo"
6     #define CLAMP_MSG_CHANGED 901
7     #define CLAMP_CHANGED_LABEL "FileName" // String
8     #define CLAMP_SONG_ID "SongId" // Int32
9     #define CLAMP_MSG_ADD 902 // Add a SongId to get the new entry inserted before that song
10     #define CLAMP_ADD_LABEL CLAMP_CHANGED_LABEL
11     #define CLAMP_MSG_DEL 903 // FileName or SongId
12     #define CLAMP_DEL_LABEL CLAMP_CHANGED_LABEL
13     #define CLAMP_MSG_DEACTIVATE 904
14     #define CLAMP_OBJECT_LABEL "Object"
15     #define CLAMP_GET_SETTINGS_FOLDER 905
16     #define CLAMP_FOLDER_LABEL "Folder"
17    
18     #endif