mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:54:29 +02:00
18 lines
404 B
C
18 lines
404 B
C
//
|
|
// InterfaceConfig.h
|
|
// interface/src
|
|
//
|
|
// Created by Stephen Birarda on 2/8/13.
|
|
// Copyright 2013 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
#ifndef interface__InterfaceConfig__
|
|
#define interface__InterfaceConfig__
|
|
|
|
#define GL_GLEXT_PROTOTYPES 1
|
|
@GL_HEADERS@
|
|
|
|
#endif
|