mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
adding privacy shield files
This commit is contained in:
parent
db6bf46ee7
commit
3b6c0b5b18
2 changed files with 24 additions and 0 deletions
12
interface/src/ui/PrivacyShield.cpp
Normal file
12
interface/src/ui/PrivacyShield.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// PrivacyShield.h
|
||||
// interface/src/ui
|
||||
//
|
||||
// Created by Wayne Chen on 2/27/19.
|
||||
// Copyright 2019 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
|
||||
//
|
||||
|
||||
#include "PrivacyShield.cpp"
|
12
interface/src/ui/PrivacyShield.h
Normal file
12
interface/src/ui/PrivacyShield.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// PrivacyShield.h
|
||||
// interface/src/ui
|
||||
//
|
||||
// Created by Wayne Chen on 2/27/19.
|
||||
// Copyright 2019 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
|
Loading…
Reference in a new issue