Initial outline rendering.
[ipdf/code.git] / src / main.cpp
index 273d82a..5fa94b7 100644 (file)
@@ -10,7 +10,8 @@ using namespace IPDF;
 int main(int argc, char ** argv)
 {
        Document doc;
 int main(int argc, char ** argv)
 {
        Document doc;
-       doc.Add(0.5, 0.5, 0.5, 0.5);
+       srand(time(NULL));
+       doc.Add(Random(), Random(), Random(), Random());
 
        View view(doc);
 
 
        View view(doc);
 

UCC git Repository :: git.ucc.asn.au