mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add daemon support for linux like operating systems
This commit is contained in:
parent
d76b8c6e7c
commit
34904a0744
3 changed files with 128 additions and 8 deletions
|
@ -336,6 +336,11 @@ v2u32 getDisplaySize();
|
|||
v2u32 getWindowSize();
|
||||
#endif
|
||||
|
||||
#ifdef SERVER
|
||||
void daemonize();
|
||||
void cleanup_pid();
|
||||
#endif
|
||||
|
||||
} // namespace porting
|
||||
|
||||
#endif // PORTING_HEADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue