2 * Copyright 2012, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
6 * Aaron Hill <serac@hillvisions.com>
8 #ifndef _GLIFE_GLIFECONFIG_H
9 #define _GLIFE_GLIFECONFIG_H
15 #include "GLifeState.h"
27 // GLifeConfig Class Declaration
28 class GLifeConfig
: public BView
31 GLifeState
* m_pglsState
;
33 uint32 m_uiWindowFlags
;
42 GLifeConfig(BRect
, GLifeState
*);
44 void AttachedToWindow(void);
45 void MessageReceived(BMessage
*);
49 #endif /* _GLIFE_GLIFECONFIG_H */