Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
529 B

//========= Copyright © 1996-2008, Valve Corporation, All rights reserved. ============//
//
// Purpose: Server-side counterpart to C_MemoryLog (see c_memorylog.h)
//
//=============================================================================//
#ifndef MEMORYLOG_H
#define MEMORYLOG_H
#if !defined( _CERT )
#include "igamesystem.h"
class CMemoryLog : public CAutoGameSystemPerFrame
{
public:
// Methods of IGameSystem
virtual void LevelInitPostEntity();
private:
};
#endif // !defined( _CERT )
#endif // MEMORYLOG_H