LeviLamina
Loading...
Searching...
No Matches
PhotoType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class PhotoType : uchar {
6 Portfolio = 0,
7 PhotoItem = 1,
8 Book = 2,
9};
Definition PhotoItem.h:8