BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / accelerants / radeon / GlobalData.h
blobac3fadd933c682e8ca3b330937be5f623793d9ec
1 /*
2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
4 */
6 #if !defined(GLOBALDATA_H)
7 #define GLOBALDATA_H
9 #ifndef _RADEON_ACCELERANT_H
10 #include "radeon_accelerant.h"
11 #endif
14 // the one and only we support
15 extern accelerator_info *ai;
18 #endif