#include "OSDLBasic.h"
#include "OSDLEvents.h"
#include "OSDLVideo.h"
#include "OSDLCDROMDriveHandler.h"
#include "OSDLAudio.h"
#include "OSDLUtils.h"
#include "SDL.h"
#include <list>
Include dependency graph for OSDLBasic.cc:
Go to the source code of this file.
Defines | |
| #define | OSDL_DEBUG_VERSION 0 |
Functions | |
| const Ceylan::LibtoolVersion & | OSDL::GetVersion () throw () |
| Returns the version of the OSDL library currently linked. | |
| CommonModule & | OSDL::getCommonModule (Flags flags) throw () |
| bool | OSDL::hasExistingCommonModule () throw () |
| Tells whether there already exists a common module. | |
| CommonModule & | OSDL::getExistingCommonModule () throw () |
| This function is intended to be the usual means of getting a reference to the common module, which must already exist. | |
| void | OSDL::stop () throw () |
| Shutdowns all OSDL services. | |
| #define OSDL_DEBUG_VERSION 0 |
Definition at line 42 of file OSDLBasic.cc.
1.5.1