Voxellancer
0.3
A game about voxels in space
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Pages
directoryreader.h
1
#pragma once
2
3
#include <list>
4
#include <string>
5
6
7
class
DirectoryReader
{
8
public
:
9
DirectoryReader
();
10
DirectoryReader
(
const
std::string& path);
11
12
/*
13
Return the list of files in &path,
14
non-recursive
15
*/
16
std::list<std::string> read()
const
;
17
18
19
protected
:
20
std::string m_path;
21
};
22
DirectoryReader
Definition:
directoryreader.h:7
src
utils
directoryreader.h
Generated on Sun Mar 30 2014 13:32:31 for Voxellancer by
1.8.6