You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
// such as names of functions and macros.
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
#define E_MSG(NAME, __VA_ARGS__) struct NAME : public engine_messages::DataMessage<__VA_ARGS__> { using DataMessage::DataMessage; void run(Engine&, __VA_ARGS__); }