X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fgit%2Fconfig.h;fp=interpreters%2Fgit%2Fconfig.h;h=77df286a116c3f3b80906cd608bab0f95aa9426d;hb=75009f8f40bbb580194e1722db76f4644bf18641;hp=d1dea0af65cd6c7af9f6ce144484de5a1823063a;hpb=89081782541e85e079f64839ffb26b4e74273eb7;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/git/config.h b/interpreters/git/config.h index d1dea0a..77df286 100644 --- a/interpreters/git/config.h +++ b/interpreters/git/config.h @@ -19,6 +19,11 @@ // Define this to memory-map the game file to speed up loading. (Unix-specific) // #define USE_MMAP +// Define this to use an OS-specific git_powf() power math function. This +// is useful if your compiler's powf() doesn't implement every special case +// of the C99 standard. +// #define USE_OWN_POWF + // ------------------------------------------------------------------- // Make sure we're compiling for a sane platform. For now, this means @@ -76,4 +81,6 @@ typedef unsigned long git_uint32; #define GIT_INLINE static #endif +typedef float git_float; + #endif // GIT_CONFIG_H