24 lines
227 B
C++
Executable File
24 lines
227 B
C++
Executable File
/*
|
|
* AutoJoin.hpp
|
|
*
|
|
* Created on: Jul 28, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace hacks
|
|
{
|
|
namespace shared
|
|
{
|
|
namespace autojoin
|
|
{
|
|
|
|
extern CatVar auto_queue;
|
|
|
|
void Update();
|
|
void UpdateSearch();
|
|
}
|
|
}
|
|
}
|