forked from Misaki/GhostEngine
Refactor folder structure
This commit is contained in:
8
src/ThridParty/Ghost.Nvtt/NvttBoolean.cs
Normal file
8
src/ThridParty/Ghost.Nvtt/NvttBoolean.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ghost.Nvtt
|
||||
{
|
||||
public enum NvttBoolean
|
||||
{
|
||||
NVTT_False,
|
||||
NVTT_True,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user