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/hitrate.hpp
2017-12-02 17:44:05 +03:00

19 lines
212 B
C++

/*
* hitrate.hpp
*
* Created on: Aug 16, 2017
* Author: nullifiedcat
*/
#pragma once
namespace hitrate
{
extern int count_shots;
extern int count_hits;
extern int count_hits_head;
void Update();
}