mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-15 05:51:28 -07:00
base progress
This commit is contained in:
+12
-3
@@ -1,15 +1,24 @@
|
||||
#ifdef INTELLISENSE_DIRECTIVES
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
// base outline
|
||||
// intended for "As-Is" library usage
|
||||
|
||||
#include "base/arch.h"
|
||||
#include "base/compiler.h"
|
||||
#include "base/cstd.h"
|
||||
#include "base/cracking_arch.h"
|
||||
#include "base/cracking_compiler.h"
|
||||
#include "base/cracking_os.h"
|
||||
#include "base/linkage.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/namespace.h"
|
||||
#include "base/platform.h"
|
||||
|
||||
MD_NS_BEGIN
|
||||
|
||||
#include "os.h"
|
||||
#include "base/base_types.h"
|
||||
#include "base/memory.h"
|
||||
#include "base/zpl_memory.h"
|
||||
#include "base/strings.h"
|
||||
|
||||
MD_NS_END
|
||||
|
||||
Reference in New Issue
Block a user