From 9e10d2993989a4f6d1b72a8c9d5f7480b0c0f006 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 15 Mar 2003 13:58:54 +0000 Subject: Toying with shapes --- src/font.bin | Bin 66823 -> 66823 bytes src/test.cc | 4 ++++ 2 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/font.bin b/src/font.bin index 10e1b48..7a4f427 100644 Binary files a/src/font.bin and b/src/font.bin differ diff --git a/src/test.cc b/src/test.cc index a3a4230..a9f7716 100644 --- a/src/test.cc +++ b/src/test.cc @@ -51,6 +51,10 @@ virtual int startup() throw (GeneralException) { "I can't believe it!\n" ); + mogltk::shape::box3d(50, 150, 150, 200); + mogltk::shape::obox3d(50, 250, 150, 300); + mogltk::shape::window(50, 350, 150, 400, "Titre pas beau"); + mogltk::shape::box(MIN(sx1, sx2), MIN(sy1, sy2), MAX(sx1, sx2), MAX(sy1, sy2), AlphaBlue); font.putcursor(550, 400); -- cgit v1.2.3