Broken UI system
This commit is contained in:
14
Runtime/PSXUIElementType.cs
Normal file
14
Runtime/PSXUIElementType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace SplashEdit.RuntimeCode
|
||||
{
|
||||
/// <summary>
|
||||
/// UI element types matching the C++ UIElementType enum.
|
||||
/// Values must stay in sync with uisystem.hh.
|
||||
/// </summary>
|
||||
public enum PSXUIElementType : byte
|
||||
{
|
||||
Image = 0,
|
||||
Box = 1,
|
||||
Text = 2,
|
||||
Progress = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user