8 lines
99 B
C++
8 lines
99 B
C++
|
void AddNeedsSystemScripts();
|
||
|
|
||
|
void Addmod_needs_systemScripts()
|
||
|
{
|
||
|
AddNeedsSystemScripts();
|
||
|
}
|
||
|
|