-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathUnityTypes.h
More file actions
17 lines (14 loc) · 737 Bytes
/
UnityTypes.h
File metadata and controls
17 lines (14 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Unity Native Plugin API copyright © 2019 Unity Technologies ApS
//
// Licensed under the Unity Companion License for Unity - dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License).
//
// Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.Please review the license for details on these and other terms and conditions.
#pragma once
#include <stdint.h>
/// @cond undoc
#ifndef __cplusplus
#include <stdbool.h>
#endif
/// @endcond
/// The maximum length of a string, used in some structs with the subsystem headers
enum { kUnitySubsystemsStringSize = 128 };