mirror of
https://github.com/azahar-emu/ArticProtocol
synced 2025-11-06 15:10:03 +01:00
Remove unneeded extern variables
This commit is contained in:
parent
09750e64c8
commit
951c1a8306
@ -15,19 +15,4 @@ namespace ArticBaseFunctions {
|
||||
|
||||
// All destruct functions should be defined here
|
||||
extern std::vector<bool(*)()> destructFunctions;
|
||||
|
||||
enum class HandleType {
|
||||
FILE,
|
||||
DIR,
|
||||
ARCHIVE
|
||||
};
|
||||
|
||||
// Controller_Start
|
||||
namespace ArticController {
|
||||
extern Thread thread;
|
||||
extern bool thread_run;
|
||||
extern int socket_fd;
|
||||
extern volatile bool socket_ready;
|
||||
void Handler(void* arg);
|
||||
};
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user