You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch

14 lines
447 B

Index: flobopuyo-0.20/PuyoGame.h
===================================================================
--- flobopuyo-0.20.orig/PuyoGame.h
+++ flobopuyo-0.20/PuyoGame.h
@@ -46,7 +46,7 @@ public:
virtual ~PuyoPuyo() {};
PuyoState getPuyoState();
void setPuyoState(PuyoState state);
- bool PuyoPuyo::isFalling();
+ bool isFalling();
int getPuyoX() const;
int getPuyoY() const;
void setPuyoXY(int X, int Y);