7 lines
94 B
C
7 lines
94 B
C
|
#ifndef __INIT_COMMON__H__
|
||
|
#define __INIT_COMMON__H__
|
||
|
|
||
|
void load_common_properties();
|
||
|
|
||
|
#endif
|