mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +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);
|
|
|
|
} |