mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:30:38 +02:00
19 lines
476 B
C
19 lines
476 B
C
//
|
|
// Created by Bradley Austin Davis 2015/11/05
|
|
// Copyright 2015 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
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#ifndef hifi_Constants_h
|
|
#define hifi_Constants_h
|
|
|
|
static const QString HEADER_NAME = "com.highfidelity.recording.Header";
|
|
static const QString TEST_NAME = "com.highfidelity.recording.Test";
|
|
|
|
#endif // hifi_FrameTests_h
|
|
|
|
|