From ca5e2eb965cd19ea35aa20ab497eee3fa441e9f8 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 4 Jan 2003 05:17:56 +0000 Subject: [PATCH] Added IDs --- test/ZFontTest.cpp | 2 ++ test/ZImageTest.cpp | 2 ++ test/ZMouseTest.cpp | 2 ++ test/ZMusicTest.cpp | 2 ++ test/ZRectTest.cpp | 2 ++ test/ZSoundTest.cpp | 2 ++ test/ZTimerTest.cpp | 2 ++ 7 files changed, 14 insertions(+) diff --git a/test/ZFontTest.cpp b/test/ZFontTest.cpp index d1d23f5..66e940d 100644 --- a/test/ZFontTest.cpp +++ b/test/ZFontTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std; diff --git a/test/ZImageTest.cpp b/test/ZImageTest.cpp index 950e41c..ca1d9cc 100644 --- a/test/ZImageTest.cpp +++ b/test/ZImageTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std; diff --git a/test/ZMouseTest.cpp b/test/ZMouseTest.cpp index a781b90..a0683d6 100644 --- a/test/ZMouseTest.cpp +++ b/test/ZMouseTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std; diff --git a/test/ZMusicTest.cpp b/test/ZMusicTest.cpp index e599ac4..e50b8f8 100644 --- a/test/ZMusicTest.cpp +++ b/test/ZMusicTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std; diff --git a/test/ZRectTest.cpp b/test/ZRectTest.cpp index 8c01747..1a065cd 100644 --- a/test/ZRectTest.cpp +++ b/test/ZRectTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std; diff --git a/test/ZSoundTest.cpp b/test/ZSoundTest.cpp index 411c20e..29d5e6e 100644 --- a/test/ZSoundTest.cpp +++ b/test/ZSoundTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std; diff --git a/test/ZTimerTest.cpp b/test/ZTimerTest.cpp index d16235b..82d26f2 100644 --- a/test/ZTimerTest.cpp +++ b/test/ZTimerTest.cpp @@ -8,6 +8,8 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ +/*Id: */ + #include #include using namespace std;