]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/raycast.h
eac7e1746163bdc8fd73fc26ab483ab048151e14
[dragonblocks_alpha.git] / src / client / raycast.h
1 #ifndef _RAYCAST_H_
2 #define _RAYCAST_H_
3
4 #include <stdbool.h>
5 #include "node.h"
6 #include "types.h"
7
8 bool raycast(v3f64 pos, v3f64 dir, f64 len, v3s32 *node_pos, NodeType *node);
9
10 #endif // _RAYCAST_H_