mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-21 03:55:21 +02:00
Avoid including client headers on server builds
This commit is contained in:
@@ -22,6 +22,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "irrlichttypes.h"
|
||||
#include <string>
|
||||
|
||||
#ifdef SERVER
|
||||
#error Do not include in server builds
|
||||
#endif
|
||||
|
||||
class InputHandler;
|
||||
class ChatBackend;
|
||||
class RenderingEngine;
|
||||
|
Reference in New Issue
Block a user