#pragma once #include namespace AtomicEditor { /// Variable timestep scene update. EVENT(E_GIZMOEDITMODECHANGED, GizmoEditModeChanged) { PARAM(P_MODE, MODE); // int } }