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/Achievement.hpp
2018-03-29 19:08:31 +02:00

25 lines
279 B
C++
Executable File

/*
* Achievement.h
*
* Created on: Jan 20, 2017
* Author: nullifiedcat
*/
#ifndef HACKS_ACHIEVEMENT_HPP_
#define HACKS_ACHIEVEMENT_HPP_
namespace hacks
{
namespace tf2
{
namespace achievement
{
void Lock();
void Unlock();
}
}
}
#endif /* HACKS_ACHIEVEMENT_HPP_ */