/* This file is part of Invaders. * * Copyright (C) 2020 LCM. * You may use, distribute and modify Invaders under the terms of the * GPLv3 license, available at . */ #include "pic.hpp" //char** picture; pic::pic(int w, int h) : body(w,h){ picture = new char* [height]; for(int i=0; i