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