14 lines
372 B
C
14 lines
372 B
C
|
//---------------------------------------------------------------------------
|
||
|
#ifndef CheckHeadersH
|
||
|
#define CheckHeadersH
|
||
|
//---------------------------------------------------------------------------
|
||
|
|
||
|
void WarningHeaderWithImplementation();
|
||
|
|
||
|
void WarningIncludeHeader();
|
||
|
|
||
|
|
||
|
//---------------------------------------------------------------------------
|
||
|
#endif
|
||
|
|