mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-24 21:57:02 +00:00
10 lines
165 B
C++
10 lines
165 B
C++
#pragma once
|
|
|
|
namespace nejlika::NejlikaHooks
|
|
{
|
|
|
|
void InstallHooks();
|
|
|
|
void ItemDescription(Entity* entity, const SystemAddress& sysAddr, const std::string args);
|
|
|
|
} |