include update

This commit is contained in:
SlynxCZ 2026-03-10 17:23:28 +01:00
parent 2117f6608c
commit 6411047e80
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#define _INCLUDE_METAMOD_SOURCE_STUB_PLUGIN_H_
#include <igameevents.h>
#include <ISmmPlugin.h>
#include <ISmmplugin.h>
#include "entitysystem.h"
namespace RayTracePlugin

View file

@ -6,7 +6,7 @@
#include <optional>
#include "vector.h"
#include "schema/CBaseEntity.h"
#include "CRayTraceInterface.h"
#include "craytraceinterface.h"
namespace RayTracePlugin::RayTrace
{