7 lines
90 B
C
7 lines
90 B
C
#pragma once
|
|
|
|
extern char server_id[];
|
|
extern char server_version[];
|
|
|
|
void server_init();
|