mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
16 lines
323 B
C
16 lines
323 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
|
|
#include @GLUT_HEADER_INCLUDE@
|
|
#include @GL_EXT_INCLUDE@
|
|
|
|
#endif
|