mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 09:56:15 +02:00
17 lines
388 B
C
17 lines
388 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__
|
|
|
|
#include <gpu/GPUConfig.h>
|
|
|
|
#endif
|