aboutsummaryrefslogtreecommitdiff
path: root/source2-basehook/Hooks/LevelInit.hpp
blob: 1682890cb6af16575f11e9533a0037bcbed5601e (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#include "../Include.hpp"
#include "../Source2SDK/CEngineClient.hpp"

typedef void(__fastcall* oLevelInit)(IClientModeShared*, const char*);
extern oLevelInit OriginalLevelInit;

void __fastcall hkLevelInit(IClientModeShared* thisptr, const char* newmap);