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

18 lines
220 B
C++

/*
* projlogging.hpp
*
* Created on: May 26, 2017
* Author: nullifiedcat
*/
#ifndef PROJLOGGING_HPP_
#define PROJLOGGING_HPP_
namespace projectile_logging {
void Update();
}
#endif /* PROJLOGGING_HPP_ */