moved stuff to core/

This commit is contained in:
isanae
2020-11-09 03:28:49 -05:00
parent c728ed1a02
commit 946a5e9c40
27 changed files with 86 additions and 81 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
#include "pch.h"
#include "commands.h"
#include "utility.h"
#include "conf.h"
#include "net.h"
#include "core/conf.h"
#include "tasks/tasks.h"
#include "tools/tools.h"
+3 -3
View File
@@ -1,10 +1,10 @@
#include "pch.h"
#include "conf.h"
#include "utility.h"
#include "context.h"
#include "process.h"
#include "tasks/task.h"
#include "tools/tools.h"
#include "../utility.h"
#include "../tasks/task.h"
#include "../tools/tools.h"
namespace mob
{
View File
+3 -3
View File
@@ -1,9 +1,9 @@
#include "pch.h"
#include "context.h"
#include "utility.h"
#include "conf.h"
#include "tasks/task.h"
#include "tools/tools.h"
#include "../utility.h"
#include "../tasks/task.h"
#include "../tools/tools.h"
namespace mob::details
{
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "utility.h"
#include "../utility.h"
namespace mob
{
+2 -2
View File
@@ -4,8 +4,8 @@
#include "process.h"
#include "op.h"
#include "context.h"
#include "utility.h"
#include "tools/tools.h"
#include "../utility.h"
#include "../tools/tools.h"
namespace mob
{
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "utility.h"
#include "../utility.h"
namespace mob
{
+2 -2
View File
@@ -1,10 +1,10 @@
#include "pch.h"
#include "op.h"
#include "utility.h"
#include "conf.h"
#include "context.h"
#include "process.h"
#include "tools/tools.h"
#include "../utility.h"
#include "../tools/tools.h"
namespace mob::op
{
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include "utility.h"
#include "../utility.h"
namespace mob { class context; }
+2
View File
@@ -0,0 +1,2 @@
// for intellisense
#include "../pch.h"
+1 -1
View File
@@ -1,9 +1,9 @@
#include "pch.h"
#include "process.h"
#include "conf.h"
#include "net.h"
#include "context.h"
#include "op.h"
#include "../net.h"
namespace mob
{
+1 -1
View File
@@ -1,8 +1,8 @@
#pragma once
#include "utility.h"
#include "env.h"
#include "context.h"
#include "../utility.h"
namespace mob
{
+2 -2
View File
@@ -1,9 +1,9 @@
#include "pch.h"
#include "conf.h"
#include "net.h"
#include "op.h"
#include "utility.h"
#include "commands.h"
#include "core/conf.h"
#include "core/op.h"
#include "tasks/tasks.h"
#include "tools/tools.h"
+3 -3
View File
@@ -1,9 +1,9 @@
#include "pch.h"
#include "net.h"
#include "conf.h"
#include "op.h"
#include "utility.h"
#include "context.h"
#include "core/conf.h"
#include "core/op.h"
#include "core/context.h"
namespace mob
{
+2 -2
View File
@@ -1,7 +1,7 @@
#include "pch.h"
#include "task.h"
#include "../conf.h"
#include "../op.h"
#include "../core/conf.h"
#include "../core/op.h"
#include "../tools/tools.h"
namespace mob
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "../utility.h"
#include "../context.h"
#include "../core/context.h"
#include "../tools/tools.h"
namespace mob
+2 -2
View File
@@ -2,9 +2,9 @@
#include "task.h"
#include "../net.h"
#include "../conf.h"
#include "../utility.h"
#include "../op.h"
#include "../core/conf.h"
#include "../core/op.h"
namespace mob
{
+1 -1
View File
@@ -1,6 +1,6 @@
#include "pch.h"
#include "tools.h"
#include "../conf.h"
#include "../core/conf.h"
namespace mob
{
+1 -1
View File
@@ -1,6 +1,6 @@
#include "pch.h"
#include "tools.h"
#include "../conf.h"
#include "../core/conf.h"
namespace mob
{
+1 -1
View File
@@ -1,6 +1,6 @@
#include "pch.h"
#include "tools.h"
#include "../conf.h"
#include "../core/conf.h"
namespace mob
{

Some files were not shown because too many files have changed in this diff Show More