[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:
Benoît Minisini 2013-07-22 22:54:54 +00:00
parent fa8e3efa91
commit 058820bb2d
3 changed files with 3 additions and 1 deletions

View file

@ -362,7 +362,7 @@ END_METHOD
//---------------------------------------------------------------------------
GB_DESC AlureStream[] =
GB_DESC AlureStreamDesc[] =
{
GB_DECLARE("AlureStream", sizeof(CALURESTREAM)),
GB_NOT_CREATABLE(),

View file

@ -28,6 +28,7 @@
#ifndef __C_ALURE_C
extern GB_DESC AlureDesc[];
extern GB_DESC AlureStreamDesc[];
#endif
typedef

View file

@ -40,6 +40,7 @@ GB_DESC *GB_CLASSES[] EXPORT =
AlcDesc,
AlcContextDesc,
AlcDeviceDesc,
AlureStreamDesc,
AlureDesc,
NULL
};