#pragma once #include "EmberOptions.h" /// /// Declaration for the EmberAnimate() function. /// /// /// The core of the EmberAnimate.exe program. /// Template argument expected to be float or double. /// /// A populated EmberOptions object which specifies all program options to be used /// True if success, else false. template static bool EmberAnimate(EmberOptions& opt);