- [NEW] Mogut tot el codi de lloc
This commit is contained in:
8
source/entities/explosio.h
Normal file
8
source/entities/explosio.h
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user