#ifndef NEW_POINT_H #define NEW_POINT_H #include struct new_point { Transform xform; int tag; }; #endif