#include CPS_START_NAMESPACE //------------------------------------------------------------------- /*!\file \brief BG/L operating system interface declarations and includes */ /******************************************************************* * * bgl_sys_all.h * * All OS includes * *******************************************************************/ #ifndef INCLUDED_BGL_SYS_ALL_H #define INCLUDED_BGL_SYS_ALL_H CPS_END_NAMESPACE #include // The memory map for BG/L #include // Needed to retrive coordinates etc. #include // I have no idea but is needed #include CPS_START_NAMESPACE #endif CPS_END_NAMESPACE