This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/targethelper.hpp

12 lines
166 B
C++
Executable File

/*
* targethelper.h
*
* Created on: Oct 15, 2016
* Author: nullifiedcat
*/
#pragma once
class CachedEntity;
int GetScoreForEntity(CachedEntity *entity);