// Copyright (C) 2002-2009 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __IRR_PATH_H_INCLUDED__ #define __IRR_PATH_H_INCLUDED__ #include "irrString.h" namespace irr { namespace io { //! Type used for all file system related strings. /** This type will transparently handle different file system encodings. */ typedef core::string path; } // io } // irr #endif // __IRR_PATH_H_INCLUDED__