#include "DLS.h"Go to the source code of this file.
Namespaces | |
| namespace | DLS |
Functions | |
| String | libraryName () |
| Returns the name of this C++ library. | |
| String | libraryVersion () |
| Returns version of this C++ library. | |
|
|
Returns the name of this C++ library. This is usually "libgig" of course. This call is equivalent to RIFF::libraryName() and gig::libraryName(). Definition at line 551 of file DLS.cpp. Referenced by PrintVersion(). |
|
|
Returns version of this C++ library. This call is equivalent to RIFF::libraryVersion() and gig::libraryVersion(). Definition at line 559 of file DLS.cpp. Referenced by PrintVersion(). |
1.4.2