/* Include (almost) all Reccoon include files */

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#ifndef RECCOON_RECCOON_H
#include <Reccoon/Reccoon2.h>
#endif

#ifndef RECCOON_MSGBASE_H
#include <Reccoon/MsgBase.h>
#endif

#ifndef RECCOON_FILEBASE_H
#include <Reccoon/FileBase.h>
#endif

#ifndef RECCOON_USER_H
#include <Reccoon/User.h>
#endif

#ifndef RECCOON_SHARED_H
#include <Reccoon/Shared.h>
#endif

#ifndef RECCOON_DOOR_H
#include <Reccoon/Door.h>
#endif

#ifndef RECCOON_MENU_H
#include <Reccoon/Menu.h>
#endif
