[GB.OPENAL]
* BUG: Forgot to export the AlureStream class. git-svn-id: svn://localhost/gambas/trunk@5760 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
fa8e3efa91
commit
058820bb2d
3 changed files with 3 additions and 1 deletions
|
@ -362,7 +362,7 @@ END_METHOD
|
|||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
GB_DESC AlureStream[] =
|
||||
GB_DESC AlureStreamDesc[] =
|
||||
{
|
||||
GB_DECLARE("AlureStream", sizeof(CALURESTREAM)),
|
||||
GB_NOT_CREATABLE(),
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#ifndef __C_ALURE_C
|
||||
extern GB_DESC AlureDesc[];
|
||||
extern GB_DESC AlureStreamDesc[];
|
||||
#endif
|
||||
|
||||
typedef
|
||||
|
|
|
@ -40,6 +40,7 @@ GB_DESC *GB_CLASSES[] EXPORT =
|
|||
AlcDesc,
|
||||
AlcContextDesc,
|
||||
AlcDeviceDesc,
|
||||
AlureStreamDesc,
|
||||
AlureDesc,
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue