Skip to content

Commit

Permalink
pi? huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed Jan 11, 2025
1 parent b763ceb commit 294d673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions soh/soh/Enhancements/randomizer/draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
#include "soh_assets.h"
#include "soh/Enhancements/cosmetics/cosmeticsTypes.h"

// no idea why this suddently decided it didn't exist on windows
#ifndef M_PI_2
#define M_PI_2 1.57079632679489661923
#endif

extern "C" {
extern SaveContext gSaveContext;
}
Expand Down

0 comments on commit 294d673

Please sign in to comment.