1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-08 22:46:36 +00:00

Added extern struct Library * AmigaGuideBase;

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@8104 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
lbischoff
2000-05-16 18:30:18 +00:00
parent 3fabf0fd54
commit 98f6f088e2

View File

@ -15,3 +15,7 @@ LONG SetAmigaGuideAttrs (AMIGAGUIDECONTEXT handle, Tag tag1, ...);
BOOL SetAmigaGuideContext (AMIGAGUIDECONTEXT handle, ULONG context, Tag tag1, ...);
##end clib
##begin proto
extern struct Library * AmigaGuideBase;
##end proto