summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/library/agl.h
blob: b0ca4d7290cf5c51d233b33a50378f08c823cb2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*******************************************************************************
 * Copyright (c) 2000, 2006 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/

#ifndef SWT_AGL_H_INCLUDED
#define SWT_AGL_H_INCLUDED

#include <OpenGL/gl.h>
#include <AGL/agl.h>

#endif /* SWT_AGL_H_INCLUDED */