summaryrefslogtreecommitdiff
path: root/public/dme_controls/RecordingState.h
blob: b50729b6eea62a3ea93964b160000cd2382863d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================

#ifndef RECORDINGSTATE_H
#define RECORDINGSTATE_H
#ifdef _WIN32
#pragma once
#endif

// Animation set editor recording states
enum RecordingState_t
{
	AS_OFF = 0,
	AS_PREVIEW,
	AS_RECORD,
	AS_PLAYBACK,

	NUM_AS_RECORDING_STATES,
};

#endif // RECORDINGSTATE_H