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/tfmm.hpp
2018-09-02 17:25:11 +02:00

21 lines
276 B
C++

/*
* tfmm.hpp
*
* Created on: Dec 7, 2017
* Author: nullifiedcat
*/
#pragma once
namespace tfmm
{
void startQueue();
void startQueueStandby();
void leaveQueue();
void disconnectAndAbandon();
void abandon();
bool isMMBanned();
int getQueue();
} // namespace tfmm