Life version 2.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-03 18:21:48 +00:00
parent 5f9fd7ea86
commit 29b07a3821
7 changed files with 443 additions and 143 deletions

View File

@@ -28,8 +28,6 @@
#include "wx/wx.h"
#endif
#include "wx/spinctrl.h"
#include "life.h"
#include "game.h"
@@ -73,4 +71,5 @@ public:
LifeAboutDialog(wxWindow *parent);
};
#endif // _LIFE_DIALOGS_H_