#pragma once namespace explosio { void crear(const int x, const int y, const int num, const int c1, const int c2, const int c3); void pintar(); }