//+----------------------------------------------------------------------------+ //| Description: Magic Set Editor - Program to make card games | //| Copyright: (C) Twan van Laarhoven and the other MSE developers | //| License: GNU General Public License 2 or later (see file COPYING) | //+----------------------------------------------------------------------------+ #pragma once /** @file script/functions/util.cpp * * @brief Utility macros for defining script functions. */ // ----------------------------------------------------------------------------- : Includes #include #include #include