mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 18:38:24 +02:00
14 lines
243 B
C++
14 lines
243 B
C++
//
|
|
// snapshotShareDialog.h
|
|
// hifi
|
|
//
|
|
// Created by Stojce Slavkovski on 2/16/14.
|
|
//
|
|
//
|
|
|
|
#ifndef __hifi__snapshotShareDialog__
|
|
#define __hifi__snapshotShareDialog__
|
|
|
|
#include <iostream>
|
|
|
|
#endif /* defined(__hifi__snapshotShareDialog__) */
|