2020-08-14 18:23:59 -04:00
|
|
|
#ifndef __INIT_COMMON__H__
|
|
|
|
#define __INIT_COMMON__H__
|
|
|
|
|
|
|
|
void load_common_properties();
|
2020-09-16 12:48:36 -04:00
|
|
|
void property_override(char const prop[], char const value[], bool add = true);
|
2020-08-14 18:23:59 -04:00
|
|
|
|
|
|
|
#endif
|