Reorganized UnityEngine namespace
Reorganized UnityEngine namespace by splitting headers into individual classes
This commit is contained in:
5
lib/public/UnityEngine/Camera.h
Normal file
5
lib/public/UnityEngine/Camera.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
struct Camera {
|
||||
static app::Camera* GetMainCamera();
|
||||
};
|
||||
Reference in New Issue
Block a user