mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|