10SN/A/*
2157SN/A * Copyright 2009-2010 Haiku Inc. All rights reserved.
30SN/A * Distributed under the terms of the MIT License.
40SN/A */
50SN/A#ifndef OPENGL_VIEW_H
60SN/A#define OPENGL_VIEW_H
7157SN/A
80SN/A
9157SN/A#include <GroupView.h>
100SN/A
110SN/A
120SN/A#define MENU_AUTO_MESSAGE	'auto'
130SN/A#define MENU_SWRAST_MESSAGE	'swrt'
140SN/A#define MENU_SWPIPE_MESSAGE	'swpi'
150SN/A#define MENU_SWLLVM_MESSAGE	'swll'
160SN/A
170SN/A
180SN/Aclass OpenGLView : public BGroupView {
190SN/Apublic:
200SN/A								OpenGLView();
21157SN/A		virtual					~OpenGLView();
22157SN/A};
23157SN/A
240SN/A
250SN/A#endif	/* OPENGL_VIEW_H */
260SN/A