13 lines
122 B
C++
13 lines
122 B
C++
|
|
/*
|
|
*
|
|
* Init stuff for the hacks section of the tf2 module.
|
|
*
|
|
*/
|
|
|
|
namespace modules::source::hacks {
|
|
|
|
void Init();
|
|
|
|
}
|