This commit is contained in:
parent
a115ed8b39
commit
b31a2e39dc
52 changed files with 1841 additions and 886 deletions
|
@ -44,6 +44,12 @@ enum CmdMsg
|
|||
CmdMsg_ThingPosUp, // 28
|
||||
CmdMsg_ThingPosDown, // 29
|
||||
CmdMsg_ThingPosDelete, // 30
|
||||
// Shade
|
||||
CmdMsg_ShadeGfxNew, // 31
|
||||
CmdMsg_ShadeGfxSelect, // 32
|
||||
CmdMsg_ShadeGfxGoto, // 33
|
||||
CmdMsg_ShadeGfxDelete, // 34
|
||||
|
||||
};
|
||||
#endif
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue