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/hoovy.hpp
2018-03-29 19:08:31 +02:00

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_ */