1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-01-12 00:09:02 +00:00
Files
AROS-v0/rom/graphics/graphics_pinlines.h
nlorentz efa97705e3 Fixed typos
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@4968 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1998-12-31 19:29:58 +00:00

25 lines
428 B
C

#ifndef _GFX_PINLINES_H
#define _GFX_PINLINES_H
/*
Copyright (C) 1997-1998 AROS - The Amiga Research OS
$Id$
Desc: Private inlines for graphics.library
Lang: english
*/
#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif
#ifndef GFX_BASE_NAME
#define GFX_BASE_NAME GfxBase
#endif
#define LateGfxInit(data) \
LP1( , BOOL, LateGfxInit, \
APTR, data, a0, \
GFX_BASE_NAME )
#endif _GFX_PINLINES_H