aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/context.h
blob: aad57d74edcce4f6647208bce79fe0ed006b4ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

enum Context
{
	SERVER,
	CLIENT,
	UI,
	NONE
};

const char* GetContextName(Context context);