mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:27:26 +02:00
15 lines
279 B
C
15 lines
279 B
C
//
|
|
// InterfaceConfig.h
|
|
// interface
|
|
//
|
|
// Created by Stephen Birarda on 2/8/13.
|
|
// Copyright (c) 2013 High Fidelity, Inc.. All rights reserved.
|
|
//
|
|
|
|
#ifndef interface__InterfaceConfig__
|
|
#define interface__InterfaceConfig__
|
|
|
|
#define GL_GLEXT_PROTOTYPES 1
|
|
@GL_HEADERS@
|
|
|
|
#endif
|