SADFGLKJHASHDJLFK

This commit is contained in:
tildearrow 2022-12-14 23:38:38 -05:00
parent 7ef76d0f1c
commit 4566068afd
4 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _USE_MATH_DEFINES
#include "gui.h"
#include "IconsFontAwesome4.h"
#include <fmt/printf.h>

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _USE_MATH_DEFINES
#include "gui.h"
#include "imgui_internal.h"
#include "../engine/macroInt.h"

View File

@ -18,7 +18,6 @@
*/
// for suck's fake Clang extension!
#include <imgui.h>
#define _USE_MATH_DEFINES
#include "gui.h"
#include "../ta-log.h"

View File

@ -16,6 +16,8 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _USE_MATH_DEFINES
#include "gui.h"
#include <imgui.h>
#include <imgui_internal.h>