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/AutoJoin.hpp
2018-09-15 16:52:09 +02:00

15 lines
235 B
C++

/*
* AutoJoin.hpp
*
* Created on: Jul 28, 2017
* Author: nullifiedcat
*/
#pragma once
#include "common.hpp"
namespace hacks::shared::autojoin
{
void updateSearch();
void onShutdown();
} // namespace hacks::shared::autojoin