Start raycast implementation

This commit is contained in:
bloeys
2022-02-16 08:17:49 +04:00
parent d118b82ce6
commit d143660a1f
5 changed files with 65 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#define CENUM enum
#define CPxU32 uint32_t
#define CPxReal float
#define CPxF32 float
#include <CPxFoundation.h>
#include <CPxPvd.h>