Files
kjol/c/base/base_inc.h
2026-07-13 13:02:47 -04:00

9 lines
232 B
C

#pragma once
// base_inc.h - Umbrella include for the base layer
// Include this one header to get all base types.
#include "base/base_core.h"
#include "base/base_arena.h"
#include "base/base_math.h"
#include "base/base_strings.h"