mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
Including math.h in hw_sprites.cpp to keep visual studio happy (it couldn't find M_SQRT2 definition).
This commit is contained in:
parent
a14c347924
commit
6502cbd19e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
** Sprite/Particle rendering
|
||||
**
|
||||
*/
|
||||
#include <math.h>
|
||||
|
||||
#include "p_local.h"
|
||||
#include "p_effect.h"
|
||||
|
|
Loading…
Reference in a new issue