Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/common.h b/src/common/common.h
index c47b09f..1be6827 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -12,13 +12,13 @@
/// common functions and components that are used by the other subsytems
namespace common {
- // initialize common components
+ /// initialize common components
void init();
- // shutdown common components
+ /// shutdown common components
void shutdown();
-} // namespace common
+}
#include "common/console.h"