feat(Core/Misc): includes cleanup (#5953)

This commit is contained in:
Kargatum
2021-05-26 19:00:08 +07:00
committed by GitHub
parent 7d3129a737
commit 78e1719c80
46 changed files with 132 additions and 191 deletions

View File

@@ -11,6 +11,8 @@
#ifndef __CLIRUNNABLE_H
#define __CLIRUNNABLE_H
#include "Threading.h"
/// Command Line Interface handling thread
class CliRunnable : public acore::Runnable
{

View File

@@ -12,6 +12,7 @@
#define _ACORE_RARUNNABLE_H_
#include "Common.h"
#include "Threading.h"
#include <ace/Reactor.h>
class RARunnable : public acore::Runnable

View File

@@ -11,6 +11,8 @@
#ifndef __WORLDRUNNABLE_H
#define __WORLDRUNNABLE_H
#include "Threading.h"
/// Heartbeat thread for the World
class WorldRunnable : public acore::Runnable
{