mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-08 06:06:43 +01:00
include math.h header in libsuperderpy.h
This commit is contained in:
parent
7a5c2f9ed3
commit
d6f6f32e00
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ struct GamestateResources;
|
||||||
#include "timeline.h"
|
#include "timeline.h"
|
||||||
#include "tween.h"
|
#include "tween.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
#include <math.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
struct Gamestate;
|
struct Gamestate;
|
||||||
|
|
Loading…
Reference in a new issue