15 lines
199 B
C++
15 lines
199 B
C++
/*
|
|
* AntiBackstab.hpp
|
|
*
|
|
* Created on: Apr 14, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace hacks::tf2::antibackstab
|
|
{
|
|
|
|
extern bool noaa;
|
|
} // namespace hacks::tf2::antibackstab
|