1
0
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:
sapier
2014-05-14 21:51:27 +02:00
parent d76b8c6e7c
commit 34904a0744
3 changed files with 128 additions and 8 deletions

View File

@@ -336,6 +336,11 @@ v2u32 getDisplaySize();
v2u32 getWindowSize();
#endif
#ifdef SERVER
void daemonize();
void cleanup_pid();
#endif
} // namespace porting
#endif // PORTING_HEADER