#include "KeosPrerequisites.h"#include "KeosSingleton.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CPlatformManager |
| Class which manages the platform settings Keos runs on. More... | |
Typedefs | |
| typedef void(*) | Keos::DLL_CREATETIMER (CTimer **ppTimer) |
| typedef void(*) | Keos::DLL_CREATECONFIGDIALOG (IConfigDialog **ppDlg) |
| typedef void(*) | Keos::DLL_CREATEERRORDIALOG (IErrorDialog **ppDlg) |
| typedef void(*) | Keos::DLL_DESTROYTIMER (CTimer *ppTimer) |
| typedef void(*) | Keos::DLL_DESTROYCONFIGDIALOG (IConfigDialog *ppDlg) |
| typedef void(*) | Keos::DLL_DESTROYERRORDIALOG (IErrorDialog *ppDlg) |
| typedef void(*) | Keos::DLL_GETVIDEOMODELIST (StringVector *pList) |
1.5.1-p1