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
LightCat 558bf0dcbf oof
2018-08-19 22:32:22 +02:00

18 lines
207 B
C++
Executable File

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