16 lines
238 B
C++
Executable File
16 lines
238 B
C++
Executable File
/*
|
|
* targethelper.h
|
|
*
|
|
* Created on: Oct 15, 2016
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#ifndef TARGETHELPER_HPP_
|
|
#define TARGETHELPER_HPP_
|
|
|
|
class CachedEntity;
|
|
|
|
int GetScoreForEntity(CachedEntity *entity);
|
|
|
|
#endif /* TARGETHELPER_HPP_ */
|