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>2009-05-30 09:54:38 +0000
committerStijn Buys <ingar@osirion.org>2009-05-30 09:54:38 +0000
commit5f024a1e9293a2644a4a87039ab3e318bba0f42c (patch)
tree2fbbb8602bfb435763d5e1e49790d12f39ce33bb /src/core/info.cc
parent2c2698ef226d90cc198e6094c0b8fab38eb5b5f5 (diff)
added item class template
Diffstat (limited to 'src/core/info.cc')
-rw-r--r--src/core/info.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/info.cc b/src/core/info.cc
index 5f31569..4e0cb53 100644
--- a/src/core/info.cc
+++ b/src/core/info.cc
@@ -1,5 +1,5 @@
/*
- core/info.xx
+ core/info.cc
This file is part of the Osirion project and is distributed under
the terms of the GNU General Public License version 2
*/
@@ -7,6 +7,7 @@
#include "auxiliary/functions.h"
#include "core/info.h"
#include "sys/sys.h"
+#include "core/info.h"
namespace core
{