LeviLamina
Loading...
Searching...
No Matches
ProjectExportStatus.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor {
6
7
enum class
ProjectExportStatus :
int
{
8
Idle = 0,
9
Processing = 1,
10
Completed = 2,
11
};
12
13
}
src
mc
common
editor
ProjectExportStatus.h
Generated on Wed Jul 23 2025 08:33:44 for LeviLamina by
1.12.0