mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 17:10:02 +00:00
13 lines
175 B
C
13 lines
175 B
C
|
//
|
||
|
// Created by loki on 12/22/19.
|
||
|
//
|
||
|
|
||
|
#ifndef SUNSHINE_MAIN_H
|
||
|
#define SUNSHINE_MAIN_H
|
||
|
|
||
|
#include "thread_pool.h"
|
||
|
|
||
|
extern util::ThreadPool task_pool;
|
||
|
|
||
|
#endif //SUNSHINE_MAIN_H
|