irrlicht/include/path.h

21 lines
427 B
C++

// 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
{
typedef core::string<fschar_t> path;
} // io
} // irr
#endif // __IRR_PATH_H_INCLUDED__