run() -> postRiverRun() in localberopostriver.cpp

This commit is contained in:
floty
2007-08-22 20:49:07 +00:00
parent 5469ba6772
commit c44d14400a
7 changed files with 14 additions and 3 deletions
+2
View File
@@ -42,6 +42,8 @@ public:
virtual void nextPlayer() =0;
virtual void run() =0;
virtual void postRiverRun() =0;
};
#endif