Comments, tweaks

This commit is contained in:
ocornut
2016-05-31 00:00:44 +02:00
parent 254a1a9e4c
commit d1c073a199
4 changed files with 7 additions and 8 deletions

View File

@ -12,7 +12,7 @@
#endif
#include <stdio.h> // FILE*
#include <math.h> // sqrtf()
#include <math.h> // sqrtf, fabsf, fmodf, powf, floorf, ceilf, cosf, sinf
#ifdef _MSC_VER
#pragma warning (push)