move from imgui to CLAY
This commit is contained in:
8
src/base/base_inc.h
Normal file
8
src/base/base_inc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user