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/hacks/Announcer.hpp
nullifiedcat 2e6aae7819 Announcer
2017-11-13 11:52:04 +03:00

18 lines
218 B
C++

/*
* Announcer.hpp
*
* Created on: Nov 13, 2017
* Author: nullifiedcat
*/
#pragma once
#include "common.hpp"
namespace hacks { namespace shared { namespace announcer {
void init();
void shutdown();
}}}