Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/Object.hpp>
#include <vlCore/vlnamespace.hpp>
#include <vlCore/String.hpp>
#include <vlCore/MD5CheckSum.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | vl::VirtualFile |
An abstract class representing a file. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Functions | |
VLCORE_EXPORT ref< VirtualFile > | vl::locateFile (const String &path) |
Utility function, equivalent to vl::defFileSystem()->locateFile(path) |