- [NEW] Mogut tot el codi de lloc

This commit is contained in:
2025-07-02 13:36:48 +02:00
parent 4670b52378
commit 81c5011bc7
34 changed files with 52 additions and 52 deletions

View File

@@ -0,0 +1,8 @@
#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();
}