mirror of
https://github.com/BreizhHardware/bloubloulespoissons.git
synced 2026-01-18 16:47:31 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
2
decors.h
2
decors.h
@@ -36,7 +36,7 @@ private:
|
||||
|
||||
class Kelp {
|
||||
public:
|
||||
Kelp(int x, int y, int height, int width, Uint8 r, Uint8 g) : x(x), y(y), size(height), r(r), g(g) {};
|
||||
Kelp(int x, int y, int height, Uint8 r, Uint8 g, Uint8 b) : x(x), y(y), size(height), r(r), g(g), b(b) {};
|
||||
void draw(SDL_Renderer* renderer, int offsetX, int offsetY);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user