mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Fix compiling/linking on Linux.
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
// ----------------------------------------------------------------------------- : Events
|
||||
|
||||
DECLARE_EVENT_TYPE(EVENT_GALLERY_SELECT, <not used>)
|
||||
DECLARE_EVENT_TYPE(EVENT_GALLERY_ACTIVATE, <not used>)
|
||||
DECLARE_LOCAL_EVENT_TYPE(EVENT_GALLERY_SELECT, <not used>)
|
||||
DECLARE_LOCAL_EVENT_TYPE(EVENT_GALLERY_ACTIVATE, <not used>)
|
||||
|
||||
/// Handle EVENT_GALLERY_SELECT events
|
||||
#define EVT_GALLERY_SELECT( id, handler) EVT_COMMAND(id, EVENT_GALLERY_SELECT, handler)
|
||||
|
||||
Reference in New Issue
Block a user