summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc4
1 files changed, 4 insertions, 0 deletions
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);