#pragma once #include "nw4r/nw4r_types.h" namespace nw4r { namespace math { class VEC3 { public: f32 x,y,z; }; } // namespace math } // namespace nw4r