mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 02:39:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//
|
||||
//=============================================================================//
|
||||
// cl_pred.h
|
||||
#ifndef CL_PRED_H
|
||||
#define CL_PRED_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{
|
||||
PREDICTION_SIMULATION_RESULTS_ARRIVING_ON_SEND_FRAME = 0,
|
||||
PREDICTION_NORMAL,
|
||||
} PREDICTION_REASON;
|
||||
|
||||
void CL_RunPrediction( PREDICTION_REASON reason );
|
||||
|
||||
#endif // CL_PRED_H
|
||||
Reference in New Issue
Block a user