Removed Git history due to personal info

This commit is contained in:
loki
2019-12-03 20:23:33 +01:00
commit ae29230f59
30 changed files with 3754 additions and 0 deletions

19
stream.h Normal file
View 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