mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 07:08:45 +00:00
finished with base?
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#ifdef INTELLISENSE_DIRECTIVES
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
#include "context_cracking.h"
|
||||
#include "platform.h"
|
||||
#include "linkage.h"
|
||||
#include "macros.h"
|
||||
#include "generic_macros.h"
|
||||
#include "profiling.h"
|
||||
#include "namespace.h"
|
||||
|
||||
MD_NS_BEGIN
|
||||
|
||||
#include "base_types.h"
|
||||
#include "ring.h"
|
||||
#include "debug.h"
|
||||
#include "memory.h"
|
||||
#include "memory_substrate.h"
|
||||
#include "arena.h"
|
||||
#include "space.h"
|
||||
#include "math.h"
|
||||
#include "sort.h"
|
||||
#include "toolchain.h"
|
||||
#include "strings.h"
|
||||
#include "thread_context.h"
|
||||
#include "command_line.h"
|
||||
#include "markup.h"
|
||||
#include "logger.h"
|
||||
#include "entry_point.h"
|
||||
#include "time.h"
|
||||
#include "file.h"
|
||||
|
||||
MD_NS_END
|
||||
Reference in New Issue
Block a user