#pragma once namespace nv { struct Vec3 { float x, y, z; }; } // end of nv namspace