blob: 97a6472bae2be0d1e40808002f07ff81e41499a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- gtkpool/game.cpp.orig 2002-07-29 06:58:05.000000000 +0900
+++ gtkpool/game.cpp 2011-08-19 04:36:31.000000000 +0900
@@ -16,6 +16,7 @@
***************************************************************************/
#include "game.h"
+#include "moving.h"
#include <algorithm>
Game::Game(){
|