2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
6 * Aaron Hill <serac@hillvisions.com>
8 #ifndef _GLIFE_GLIFEVIEW_H
9 #define _GLIFE_GLIFEVIEW_H
14 #include "GLifeState.h"
15 #include "GLifeGrid.h"
18 // GLifeView Class Declaration
19 class GLifeView
: public BGLView
{
21 // Constructor & Destructor
22 GLifeView(BRect
, const char*, ulong
,
27 void AttachedToWindow(void);
28 virtual void Draw(BRect updateRect
);
32 GLifeState
* m_pglsState
;
33 GLifeGrid
* m_pglgGrid
;
40 #endif /* _GLIFE_GLIFEVIEW_H */