This commit is contained in:
gzito
2015-10-14 23:01:52 +02:00
23 changed files with 283 additions and 201 deletions

View File

@@ -14,7 +14,7 @@
#include <math.h> // sqrtf, fabsf, fmodf, powf, cosf, sinf, floorf, ceilf
#include <stdio.h> // vsnprintf, sscanf, printf
#if defined(_MSC_VER) && !defined(__S3E__)
#if defined(_MSC_VER)
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen
#define snprintf _snprintf
#endif