Sunshine/sunshine/main.h
2019-12-25 20:57:23 +01:00

13 lines
203 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;
extern bool display_cursor;
#endif //SUNSHINE_MAIN_H