#pragma once #include "EmberOptions.h" /// /// Declaration for the EmberRender() function. /// /// /// The core of the EmberRender.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 EmberRender(EmberOptions& opt);