mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 05:01:35 +02:00
14 lines
219 B
C
14 lines
219 B
C
//
|
|
// SvoViewerConfig.h
|
|
// SvoViewer
|
|
//
|
|
// Copyright (c) 2014 High Fidelity, Inc.. All rights reserved.
|
|
//
|
|
|
|
#ifndef __SvoViewerConfig__
|
|
#define __SvoViewerConfig__
|
|
|
|
#define GL_GLEXT_PROTOTYPES 1
|
|
@GL_HEADERS@
|
|
|
|
#endif
|