#ifndef PROTO_GUIFRONT_H
#define PROTO_GUIFRONT_H

#include <clib/guifront_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/guifront.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *GUIFrontBase;
#endif

#endif
