xref: /haiku/src/tests/kits/opengl/glinfo/InfoView.h (revision ca7a630e20b634baf7f70bb0a799becd4117e04f)
1 /*
2  * Copyright 2009 Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef INFO_VIEW_H
6 #define INFO_VIEW_H
7 
8 
9 #include <GroupView.h>
10 
11 
12 class InfoView : public BGroupView {
13 public:
14 								InfoView();
15 		virtual					~InfoView();
16 };
17 
18 
19 #endif	/* INFO_VIEW_H */
20