From 5c8fe7bb9c109d9b01623a43423500b880bba157 Mon Sep 17 00:00:00 2001 From: cozman Date: Mon, 18 Jul 2005 22:19:16 +0000 Subject: [PATCH] initial import --- GLFT_Font.cpp | 2 +- GLFT_Font.hpp | 2 +- README | 2 +- index.html | 2 +- test.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GLFT_Font.cpp b/GLFT_Font.cpp index be80142..0845d20 100644 --- a/GLFT_Font.cpp +++ b/GLFT_Font.cpp @@ -6,7 +6,7 @@ // Version 0.2 - Released 18 July 2005 - Added beginDraw/endDraw, // Changed vsprintf to vsnprintf // -// $Id: GLFT_Font.cpp,v 1.1 2005/07/18 22:19:16 cozman Exp $ +// $Id: GLFT_Font.cpp,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $ // // Copyright (c) 2005, James Turk // All rights reserved. diff --git a/GLFT_Font.hpp b/GLFT_Font.hpp index 208c554..feccbc5 100644 --- a/GLFT_Font.hpp +++ b/GLFT_Font.hpp @@ -6,7 +6,7 @@ // Version 0.2 - Released 18 July 2005 - Added beginDraw/endDraw, // Changed vsprintf to vsnprintf // -// $Id: GLFT_Font.hpp,v 1.1 2005/07/18 22:19:16 cozman Exp $ +// $Id: GLFT_Font.hpp,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $ // // Copyright (c) 2005, James Turk // All rights reserved. diff --git a/README b/README index bc0b3a1..9f3cd1a 100644 --- a/README +++ b/README @@ -31,4 +31,4 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. -$Id: README,v 1.1 2005/07/18 22:19:16 cozman Exp $ +$Id: README,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $ diff --git a/index.html b/index.html index 2561f04..c6d707e 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ drawText supports printf-style argument formatting.


-

$Id: index.html,v 1.1 2005/07/18 22:19:16 cozman Exp $

+

$Id: index.html,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $

diff --git a/test.cpp b/test.cpp index ce0d2ad..c88ec5e 100644 --- a/test.cpp +++ b/test.cpp @@ -2,7 +2,7 @@ // Compiled with g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic // -lglfw -lGL -lfreetype // -// $Id: test.cpp,v 1.1 2005/07/18 22:19:16 cozman Exp $ +// $Id: test.cpp,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $ #include #include "GLFT_Font.hpp"