#pragma once #include namespace EGG { struct Vector3f { f32 x,y,z; }; struct Vector2f { f32 x,y; }; } // namespace EGG