EHS
EHS.cpp File Reference
#include "ehs/EHS.h"
#include "ehs/Log.h"
#include "ehs/Version.h"
#include "ehs/io/Console.h"
#include "ehs/GC.h"
#include "ehs/io/audio/Audio.h"
#include "ehs/io/img/Img.h"
#include "ehs/io/img/PNG.h"
#include "ehs/io/RIFF.h"
#include "ehs/io/mdl/Mdl.h"
#include <zlib.h>

Namespaces

namespace  ehs
 

Functions

EHS_LIB_IO void ehs::Initialize (Str_8 appName, Str_8 appVerId, const Version &appVer)
 
EHS_LIB_IO void ehs::Uninitialize ()
 
EHS_LIB_IO const Char_32 * ehs::GetName_32 ()
 
EHS_LIB_IO const Char_16 * ehs::GetName_16 ()
 
EHS_LIB_IO const Char_8 * ehs::GetName_8 ()
 
EHS_LIB_IO Str_8 ehs::GetAppName_8 ()
 
EHS_LIB_IO const Char_32 * ehs::GetAcronym_32 ()
 
EHS_LIB_IO const Char_16 * ehs::GetAcronym_16 ()
 
EHS_LIB_IO const Char_8 * ehs::GetAcronym_8 ()
 
EHS_LIB_IO const Char_32 * ehs::GetVersionId_32 ()
 
EHS_LIB_IO const Char_16 * ehs::GetVersionId_16 ()
 
EHS_LIB_IO const Char_8 * ehs::GetVersionId_8 ()
 
EHS_LIB_IO Str_8 ehs::GetAppVersionId_8 ()
 
EHS_LIB_IO Version ehs::GetVersion ()
 
EHS_LIB_IO Version ehs::GetAppVersion ()
 

Variables

constexpr Char_32 ehs::name_32 [] = U"Event Horizon Suite"
 
constexpr Char_16 ehs::name_16 [] = L"Event Horizon Suite"
 
constexpr Char_8 ehs::name_8 [] = "Event Horizon Suite"
 
constexpr Char_32 ehs::acronym_32 [] = U"EHS"
 
constexpr Char_16 ehs::acronym_16 [] = L"EHS"
 
constexpr Char_8 ehs::acronym_8 [] = "EHS"
 
constexpr Char_32 ehs::versionId_32 [] = U"Release"
 
constexpr Char_16 ehs::versionId_16 [] = L"Release"
 
constexpr Char_8 ehs::versionId_8 [] = "Release"
 
Str_8 ehs::appName
 
Str_8 ehs::appVerId
 
Version ehs::appVer