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-12-02 17:44:05 +03:00

18 lines
219 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_ */