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
2017-11-13 09:41:53 +03:00

16 lines
238 B
C++

/*
* targethelper.h
*
* Created on: Oct 15, 2016
* Author: nullifiedcat
*/
#ifndef TARGETHELPER_HPP_
#define TARGETHELPER_HPP_
class CachedEntity;
int GetScoreForEntity(CachedEntity* entity);
#endif /* TARGETHELPER_HPP_ */