and againnnnn

This commit is contained in:
tildearrow 2022-01-17 18:18:28 -05:00
parent d73c0512eb
commit a0896f949c
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define _USE_MATH_DEFINES
#include "engine.h"
#include "instrument.h"
#include "safeReader.h"

View File

@ -1,3 +1,4 @@
#define _USE_MATH_DEFINES
#include "dispatch.h"
#include "engine.h"
#include "../ta-log.h"

View File

@ -1,3 +1,4 @@
#define _USE_MATH_DEFINES
#include "gui.h"
#include "SDL_clipboard.h"
#include "SDL_events.h"