Moved source files to seperate folder
This commit is contained in:
19
sunshine/stream.h
Normal file
19
sunshine/stream.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// Created by loki on 6/5/19.
|
||||
//
|
||||
|
||||
#ifndef SUNSHINE_STREAM_H
|
||||
#define SUNSHINE_STREAM_H
|
||||
|
||||
#include "crypto.h"
|
||||
|
||||
namespace stream {
|
||||
|
||||
extern crypto::aes_t gcm_key;
|
||||
extern crypto::aes_t iv;
|
||||
|
||||
void rtpThread();
|
||||
|
||||
}
|
||||
|
||||
#endif //SUNSHINE_STREAM_H
|
||||
Reference in New Issue
Block a user