#ifndef ASSIGNWEDGE_H #define ASSIGNWEDGE_H /****************************************************************************/ /* This file was created automatically by CatComp. * Do NOT edit by hand! */ #ifndef EXEC_TYPES_H #include #endif /****************************************************************************/ #define MSG_PROMPT_GAD 0 #define MSG_PROMPT_GAD_STR "Retry|Assign|Mount|Deny|Cancel" #define MSG_HAIL_GAD 1 #define MSG_HAIL_GAD_STR "Assignment for `%s:'" #define MSG_ASSIGN_GAD 2 #define MSG_ASSIGN_GAD_STR "Assign" /****************************************************************************/ #ifdef STRINGARRAY struct AppString { LONG as_ID; STRPTR as_Str; }; struct AppString AppStrings[] = { {MSG_PROMPT_GAD,MSG_PROMPT_GAD_STR}, {MSG_HAIL_GAD,MSG_HAIL_GAD_STR}, {MSG_ASSIGN_GAD,MSG_ASSIGN_GAD_STR}, }; #endif /* STRINGARRAY */ /****************************************************************************/ #endif /* ASSIGNWEDGE_H */