summaryrefslogtreecommitdiff
path: root/examples/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/matrix.c')
-rw-r--r--examples/matrix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/matrix.c b/examples/matrix.c
index 861b151..aed02d1 100644
--- a/examples/matrix.c
+++ b/examples/matrix.c
@@ -1,8 +1,7 @@
#include "../sponge.h"
#define SPONGE_EXAMPLE_IMPLEMENTATION
-#include "../example.h"
+#include "example.h"
-#define PI ((float)3.14159265358979323846)
#define SPEED ((1.0f / 360.0f) * 2 * PI)
static float angle = 0.0f;