mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add daemon support for linux like operating systems
This commit is contained in:
@@ -336,6 +336,11 @@ v2u32 getDisplaySize();
|
||||
v2u32 getWindowSize();
|
||||
#endif
|
||||
|
||||
#ifdef SERVER
|
||||
void daemonize();
|
||||
void cleanup_pid();
|
||||
#endif
|
||||
|
||||
} // namespace porting
|
||||
|
||||
#endif // PORTING_HEADER
|
||||
|
Reference in New Issue
Block a user