mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-02-26 00:53:14 +03:00
9 lines
121 B
C++
9 lines
121 B
C++
#include "cbase.h"
|
|
#include "../EventLog.h"
|
|
|
|
CEventLog g_EventLog;
|
|
|
|
IGameSystem* GameLogSystem()
|
|
{
|
|
return &g_EventLog;
|
|
} |