//! All macros used throughout the library are declared in this module, which is
//! declared before everything in lib.rs. This is necessary because macros must
//! exist before a module declaration to be used inside of the module.
#[macro_use]modcom;#[macro_use]modconsts;#[macro_use]modffis;#[macro_use]modgui_events;#[macro_use]modgui_objs;#[macro_use]modhandles;#[macro_use]modmessages;#[macro_use]modpub_macros;#[macro_use]modstructs;