#ifndef STDINCL_H #define STDINCL_H #define null 0 #ifdef __WIN32__ #include #endif #include #include "list.h" #include "message_structures.h" #include "orxonox.h" #include "world_entity.h" #endif