diff options
author | Stijn Buys <ingar@osirion.org> | 2008-02-04 00:54:30 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-02-04 00:54:30 +0000 |
commit | 840f9b8678f607aecc15d47bc77248c4ac8b8574 (patch) | |
tree | f90688ca7afabb8e4123e1a811dd168a86717a3c /src/filesystem | |
parent | 43b994017a560a2fa97894ebfe121375d6614b6f (diff) |
tweaked console
client status with timer and fps
core connect/disconnect
Diffstat (limited to 'src/filesystem')
-rw-r--r-- | src/filesystem/filesystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filesystem/filesystem.h b/src/filesystem/filesystem.h index e1ff8c6..1685fd2 100644 --- a/src/filesystem/filesystem.h +++ b/src/filesystem/filesystem.h @@ -11,6 +11,8 @@ #include <string> /// The filesystem namespace contains classes and functions for common file operations. +/** filesystem is a core subsystem + */ namespace filesystem { /// location of the main data files, includes trailing / |