mirror of
https://github.com/overte-org/overte.git
synced 2025-05-08 02:29:17 +02:00
14 lines
267 B
C
14 lines
267 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__
|
|
|
|
#include @GLUT_HEADER_INCLUDE@
|
|
|
|
#endif
|