7 lines
58 B
C++
7 lines
58 B
C++
#pragma once
|
|
|
|
namespace dedicated
|
|
{
|
|
void initialize();
|
|
}
|