This commit is contained in:
parent
02694f578b
commit
09637b8863
22 changed files with 704 additions and 669 deletions
38
Utils/MapEdit/CmdMsg.h
Normal file
38
Utils/MapEdit/CmdMsg.h
Normal file
|
@ -0,0 +1,38 @@
|
|||
/********************/
|
||||
/*** Cmd Messages ***/
|
||||
/********************/
|
||||
|
||||
#ifndef __COMMAND_MESSAGES__
|
||||
#define __COMMAND_MESSAGES__
|
||||
|
||||
enum CmdMsg
|
||||
{
|
||||
CmdMsg_None=0,
|
||||
// Core
|
||||
CmdMsg_ToggleSubView,
|
||||
CmdMsg_ToggleGrid,
|
||||
CmdMsg_Toggle2d,
|
||||
CmdMsg_ZoomIn,
|
||||
CmdMsg_ZoomOut,
|
||||
CmdMsg_ResetView,
|
||||
CmdMsg_SetLayer,
|
||||
CmdMsg_AddLayer,
|
||||
CmdMsg_DeleteLayer,
|
||||
|
||||
// Generic
|
||||
CmdMsg_SetMode,
|
||||
CmdMsg_Copy,
|
||||
CmdMsg_Paste,
|
||||
CmdMsg_SubViewLoad,
|
||||
CmdMsg_SubViewDelete,
|
||||
CmdMsg_SubViewUpdate,
|
||||
CmdMsg_SubViewSet,
|
||||
// TileLayer/TileBank
|
||||
CmdMsg_MirrorX,
|
||||
CmdMsg_MirrorY,
|
||||
CmdMsg_SetColFlag,
|
||||
CmdMsg_ActiveBrushLeft,
|
||||
CmdMsg_ActiveBrushRight,
|
||||
};
|
||||
#endif
|
||||
/*****************************************************************************/
|
Loading…
Add table
Add a link
Reference in a new issue