shithub: ft²

Download patch

ref: ceccaa32be75e49c8fc0b27ff46770c668d853d7
parent: 1641764037030319b1ca4f1d9165a0169c2c3dcb
author: Olav Sørensen <olav.sorensen@live.no>
date: Wed Nov 6 16:37:40 EST 2024

Update ft2_header.h

--- a/src/ft2_header.h
+++ b/src/ft2_header.h
@@ -12,7 +12,7 @@
 #endif
 #include "ft2_replayer.h"
 
-#define PROG_VER_STR "1.87"
+#define PROG_VER_STR "1.88"
 
 // do NOT change these! It will only mess things up...
 
@@ -45,6 +45,10 @@
 #else
 #define DIR_DELIMITER '\\'
 #define PATH_MAX MAX_PATH
+#endif
+
+#ifndef PI
+#define PI 3.14159265358979323846264338327950288
 #endif
 
 #define SGN(x) (((x) >= 0) ? 1 : -1)
--