index
:
ray
master
Ray tracer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
3dmath.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '3dmath.c')
-rw-r--r--
3dmath.c
2
1 files changed, 2 insertions, 0 deletions
diff --git a/3dmath.c b/3dmath.c
index eb9c4a8..ece6f83 100644
--- a/
3dmath.c
+++ b/
3dmath.c
@@ -1,3 +1,5 @@
+#include "3dmath.h"
+
#include <math.h>
#define POW2(x) ((x) * (x))