mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
moved stuff to core/
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
@@ -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,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "utility.h"
|
||||
#include "../utility.h"
|
||||
|
||||
namespace mob
|
||||
{
|
||||
@@ -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,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "utility.h"
|
||||
#include "../utility.h"
|
||||
|
||||
namespace mob
|
||||
{
|
||||
@@ -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,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "utility.h"
|
||||
#include "../utility.h"
|
||||
|
||||
namespace mob { class context; }
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
// for intellisense
|
||||
#include "../pch.h"
|
||||
@@ -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,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "utility.h"
|
||||
#include "env.h"
|
||||
#include "context.h"
|
||||
#include "../utility.h"
|
||||
|
||||
namespace mob
|
||||
{
|
||||
+2
-2
@@ -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
@@ -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
@@ -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
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../utility.h"
|
||||
#include "../context.h"
|
||||
#include "../core/context.h"
|
||||
#include "../tools/tools.h"
|
||||
|
||||
namespace mob
|
||||
|
||||
+2
-2
@@ -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
@@ -1,6 +1,6 @@
|
||||
#include "pch.h"
|
||||
#include "tools.h"
|
||||
#include "../conf.h"
|
||||
#include "../core/conf.h"
|
||||
|
||||
namespace mob
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "pch.h"
|
||||
#include "tools.h"
|
||||
#include "../conf.h"
|
||||
#include "../core/conf.h"
|
||||
|
||||
namespace mob
|
||||
{
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user