Canviada la classe bullet per la de chatGPT, aixina demà ho mire amb calma
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <vector> // for vector
|
||||
#include "section.h" // for options_e
|
||||
#include "utils.h" // for demoKeys_t, color_t, hiScoreEntry_t
|
||||
#include "bullet.h"
|
||||
class Asset;
|
||||
class Background;
|
||||
class Balloon;
|
||||
@@ -312,7 +313,7 @@ private:
|
||||
void renderBullets();
|
||||
|
||||
// Crea un objeto bala
|
||||
void createBullet(int x, int y, int kind, bool poweredUp, int owner);
|
||||
void createBullet(int x, int y, BulletType kind, bool poweredUp, int owner);
|
||||
|
||||
// Vacia el vector de balas
|
||||
void freeBullets();
|
||||
|
||||
Reference in New Issue
Block a user