#ifndef PROTO_HRG_ALL_H
#define PROTO_HRG_ALL_H

#include <hrg/hrgrender.h>
#include <hrg/hrgsystem_protos.h>
#include <hrg/hrgrender_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/hrgsystem.h>
#include <inline/hrgrender.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *HRGRenderBase;
extern struct Library *HRGSystemBase;
#endif

#endif


