#include "pixelGameEngine.h" struct List; struct Element{ List*list=nullptr; int number=0; friend std::ostream&operator<<(std::ostream&out,Element&rhs); };