13 lines
207 B
C
13 lines
207 B
C
|
/**
|
||
|
* @file signature.h
|
||
|
* @brief A special file which is recompiled every time the .ini file changes.
|
||
|
*
|
||
|
* @date Jul 2, 2020
|
||
|
* @author andreika (c) 2020
|
||
|
*/
|
||
|
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
const char *getTsSignature();
|