#pragma once #include #include #include #include "defines.h" int cliptest3(short * v1); void worldToScreen( VECTOR * worldPos, VECTOR * screenPos ); void screenToWorld( VECTOR * screenPos, VECTOR * worldPos );