Files
GhostEngine/src/ThridParty/Ghost.Nvtt/NvttBoolean.cs
2026-02-18 00:52:18 +09:00

9 lines
104 B
C#

namespace Ghost.Nvtt
{
public enum NvttBoolean
{
NVTT_False,
NVTT_True,
}
}