9 lines
232 B
C
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"
|