#include "OSDLException.h"
#include "Ceylan.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
Typedefs | |
typedef Ceylan::Uint16 | OSDL::FileTag |
Describes a tag used to identify the type of an OSDL-specific file. | |
Functions | |
OSDL_DLL bool | OSDL::IsAValidOSDLFileTag (FileTag tag) |
Tells whether specified tag is a valid OSDL one. | |
OSDL_DLL const std::string & | OSDL::DescribeFileTag (FileTag tag) |
Returns a textual description of specified file tag. | |
Variables | |
OSDL_DLL const FileTag | OSDL::SoundTag = 1 |
Tag corresponding to OSDL punctual sounds, not longer musics. | |
OSDL_DLL const FileTag | OSDL::MusicTag = 2 |
Tag corresponding to MP3-based OSDL musics, not shorter punctual sounds. | |
OSDL_DLL const FileTag | OSDL::PaletteTag = 3 |
Tag corresponding to an OSDL palette, useful for color indexed modes. | |
OSDL_DLL const FileTag | OSDL::FrameTag = 4 |
Tag corresponding to an OSDL frame, part of an animation. |