Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-01-07 14:21:22 +0000
committerStijn Buys <ingar@osirion.org>2012-01-07 14:21:22 +0000
commitf9403975df404eb03db29a6ffa655158d2739b1f (patch)
tree3867af5575126af5617c7210814c464c5e7de93a /src/filesystem/filesystem.h
parent59139096145529c90c34ec67192faa8babbaa083 (diff)
Added class to read filenames from a directory.
Diffstat (limited to 'src/filesystem/filesystem.h')
-rw-r--r--src/filesystem/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filesystem/filesystem.h b/src/filesystem/filesystem.h
index 5fe97d0..9608b74 100644
--- a/src/filesystem/filesystem.h
+++ b/src/filesystem/filesystem.h
@@ -7,6 +7,7 @@
#ifndef __INCLUDED_FILESYSTEM_H__
#define __INCLUDED_FILESYSTEM_H__
+#include "filesystem/directory.h"
#include "filesystem/file.h"
#include "filesystem/diskfile.h"
#include "filesystem/inifile.h"