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/votelogger.hpp
2019-05-25 16:36:19 +02:00

19 lines
276 B
C++
Executable File

/*
* votelogger.hpp
*
* Created on: Dec 31, 2017
* Author: nullifiedcat
*/
#pragma once
#include "string"
class bf_read;
namespace votelogger
{
void dispatchUserMessage(bf_read &buffer, int type);
void onShutdown(std::string message);
} // namespace votelogger