progress on base

This commit is contained in:
ed
2025-02-01 19:08:54 -05:00
parent 102f5af2c7
commit e65974a9b2
12 changed files with 156 additions and 50 deletions
+15
View File
@@ -0,0 +1,15 @@
// base outline
// intended for "As-Is" library usage
#include "base/arch.h"
#include "base/compiler.h"
#include "base/cstd.h"
#include "base/macros.h"
MD_NS_BEGIN
#include "base/base_types.h"
#include "base/memory.h"
#include "base/zpl_memory.h"
MD_NS_END