~arkadini/fogg/trunk

« back to all changes in this revision

Viewing changes to test/FOggTest.hx

  • Committer: Arek Korbik
  • Date: 2008-09-28 11:21:57 UTC
  • Revision ID: arkadini@gmail.com-20080928112157-qw7cv906h27nrt3d
Add helpers for copying Vectors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
        //r.add(new TestPage());
13
13
        r.add(new TestArrayTools());
 
14
        r.add(new TestVectorTools());
14
15
 
15
16
        r.run();
16
17
    }