mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-10 03:18:50 +08:00
18 lines
257 B
C
18 lines
257 B
C
#ifndef ENGINETRACE_H
|
|
#define ENGINETRACE_H
|
|
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
#include "IEngineTrace.h"
|
|
|
|
extern IEngineTrace* g_pEngineTraceServer;
|
|
extern IEngineTrace* g_pEngineTraceClient;
|
|
|
|
|
|
void EngineTraceRenderRayCasts();
|
|
|
|
|
|
#endif |