move use math defines to top

This commit is contained in:
tildearrow 2023-08-21 15:07:28 -05:00
parent 2bf5392f7b
commit bb874d9415
1 changed files with 1 additions and 1 deletions

View File

@ -17,9 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _USE_MATH_DEFINES
#include "dispatch.h"
#include "song.h"
#define _USE_MATH_DEFINES
#include "engine.h"
#include "instrument.h"
#include "safeReader.h"