8 lines
82 B
C
8 lines
82 B
C
#ifndef __ARK_NETWORK_H
|
|
#define __ARK_NETWORK_H
|
|
|
|
int ark_network_init();
|
|
|
|
|
|
|
|
#endif |