15 lines
206 B
C++
Executable File
15 lines
206 B
C++
Executable File
/*
|
|
* hoovy.hpp
|
|
*
|
|
* Created on: Apr 14, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#ifndef HOOVY_HPP_
|
|
#define HOOVY_HPP_
|
|
|
|
void UpdateHoovyList();
|
|
bool IsHoovy(CachedEntity *entity);
|
|
|
|
#endif /* HOOVY_HPP_ */
|