Reorganized UnityEngine namespace
Reorganized UnityEngine namespace by splitting headers into individual classes
This commit is contained in:
7
lib/public/UnityEngine/Engine.hpp
Normal file
7
lib/public/UnityEngine/Engine.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "UnityEngine/Camera.h"
|
||||
#include "UnityEngine/GameObject.h"
|
||||
#include "UnityEngine/Input.h"
|
||||
#include "UnityEngine/Object.h"
|
||||
#include "UnityEngine/Transform.h"
|
||||
Reference in New Issue
Block a user