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/gui/im/InfoPanel.hpp
2017-11-13 09:41:53 +03:00

29 lines
426 B
C++

/*
* InfoPanel.hpp
*
* Created on: Jul 7, 2017
* Author: nullifiedcat
*/
/*
#include "../../common.h"
#include "../../sdk.h"
namespace menu { namespace im {
// used to determine what var we need to display
enum class EInfo {
AIMBOT,
AIMKEY
};
void RenderInfoPanel();
void AddInfoItem(EInfo info_type, int id);
std::string GetBoolString(CatVar* value);
CatVar* GetCatVar(const std::string name);
}}*/