We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec3cd4 commit 604ba37Copy full SHA for 604ba37
OpenGL/src/game_objects/enemies/LaserTurret.h
@@ -6,7 +6,7 @@
6
#include "TurretHead.h"
7
class LaserTurret : public Character {
8
public:
9
- Turret(const std::string& name, float x, float y);
+ LaserTurret(const std::string& name, float x, float y);
10
virtual void update() override;
11
virtual void tickUpdate() override;
12
int aimDirection_x = 0;
0 commit comments