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

15 lines
168 B
C++

/*
* chatlog.hpp
*
* Created on: Jul 28, 2017
* Author: nullifiedcat
*/
#pragma once
namespace chatlog
{
void LogMessage(int eid, std::string message);
}