27#ifndef _CEGUIIrrlichtMemoryFile_h_
28#define _CEGUIIrrlichtMemoryFile_h_
34#include "../../Base.h"
35#include "../../String.h"
55#if CEGUI_IRR_SDK_VERSION > 18
63#if CEGUI_IRR_SDK_VERSION >= 16
64 const irr::io::path& getFileName()
const;
66 const irr::c8* getFileName()
const;
70#if CEGUI_IRR_SDK_VERSION >= 16
71 irr::io::path d_filename;
75 const unsigned char* d_buffer;
Class to wrap a file access interface around a memory buffer to enable us to pass data that has been ...
Definition MemoryFile.h:48
String class used within the GUI system.
Definition String.h:64
base class for properties able to do native set/get
Definition TypedProperty.h:50
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1