Draw rays from camera and call ray casting stub function.

This commit is contained in:
2023-04-02 01:21:02 +01:00
parent f1cb03bc22
commit ca50b6f4b7
5 changed files with 28 additions and 5 deletions
+1
View File
@@ -6,5 +6,6 @@
int level_init(sf::RenderWindow* renderWindow);
int level_update();
void level_end();
float level_rayCastDistance(sf::Vector2f point, float direction);
#endif