Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
00001 // Copyright (C) 2002-2009 Nikolaus Gebhardt 00002 // This file is part of the "Irrlicht Engine" and the "irrXML" project. 00003 // For conditions of distribution and use, see copyright notice in irrlicht.h 00004 00005 #ifndef __IRR_PATH_H_INCLUDED__ 00006 #define __IRR_PATH_H_INCLUDED__ 00007 00008 #include "irrString.h" 00009 00010 namespace irr 00011 { 00012 namespace io 00013 { 00014 00016 00017 typedef core::string<fschar_t> path; 00018 00019 } // io 00020 } // irr 00021 00022 #endif // __IRR_PATH_H_INCLUDED__
The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:04 2010 by Doxygen
(1.5.6) |