mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 13:50:34 +02:00
14 lines
371 B
C
14 lines
371 B
C
//
|
|
// Re-created Bradley Austin Davis on 2016/01/22
|
|
// Copyright 2016 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 hifi_PreferencesDialog_h
|
|
#define hifi_PreferencesDialog_h
|
|
|
|
void setupPreferences();
|
|
|
|
#endif // hifi_PreferencesDialog_h
|