mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +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
|