feat: prepare for major update
This commit is contained in:
8
engine/include/engine/components.h
Normal file
8
engine/include/engine/components.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "components/batch.h"
|
||||
#include "components/transform.h"
|
||||
#include "components/camera.h"
|
||||
#include "components/mesh.h"
|
||||
#include "components/rotate.h"
|
||||
#include "components/light.h"
|
||||
Reference in New Issue
Block a user