1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-02-10 01:40:05 +00:00

Refactoring: reorganized files

This commit is contained in:
2022-09-01 20:00:37 -05:00
parent 169313ee39
commit b23057b219
52 changed files with 639 additions and 557 deletions

View File

@@ -6,11 +6,11 @@
#pragma comment(lib, "Shlwapi.lib")
#include "lbox.h"
#include "core/lbox.h"
#include "core/lerror.h"
#include "core/lmem.h"
#include "core/lvm.h"
#include "lconfig.h"
#include "lerror.h"
#include "lmem.h"
#include "lvm.h"
#include "lobf.h"
#include "persist.h"

View File

@@ -1,8 +1,8 @@
/* platform specific code for opening shells (pseudo consoles) on windows */
#include "bot.h"
#include "core/lerror.h"
#include "core/lmem.h"
#include "lobf.h"
#include "lerror.h"
#include "lmem.h"
#include "shell.h"
#include <process.h>