#ifndef GRAPHICS_ALL_H
#define GRAPHICS_ALL_H TRUE

#ifndef GRAPHICS_BLITTER_H
#include <graphics/blitter.h>
#endif

#ifndef GRAPHICS_PICTURES_H
#include <graphics/pictures.h>
#endif

#ifndef GRAPHICS_SCREENS_H
#include <graphics/screens.h>
#endif

#endif /* GRAPHICS_ALL_H */

