mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +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
|