LeviLamina
Loading...
Searching...
No Matches
ContentSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
7enum class ContentSource : int {
8 Local = 0,
9 Remote = 1,
10};
11
12}
Definition ContentSource.h:5