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>2008-01-30 17:32:00 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:32:00 +0000
commita94049b1a43f83d750b9b5dee031c19a6b1fafb0 (patch)
tree8677f67ba0ba0c0bb80b911d3aa0413d7e2a47c0 /src/client/video.h
parent7b5777160c7615443afc287fbdad6a861d69e36b (diff)
accomodate the new modules
Diffstat (limited to 'src/client/video.h')
-rw-r--r--src/client/video.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/video.h b/src/client/video.h
index 4c07652..6da89f3 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -2,8 +2,8 @@
This file is part of the Osirion project
*/
-#ifndef __INCLUDED_VIDEO_H__
-#define __INCLUDED_VIDEO_H__
+#ifndef __INCLUDED_CLIENT_VIDEO_H__
+#define __INCLUDED_CLIENT_VIDEO_H__
namespace client {
@@ -34,4 +34,5 @@ public:
} // namespace client
-#endif // __INCLUDED_VIDEO_H__
+#endif // __INCLUDED_CLIENT_VIDEO_H__
+