2015-02-13 17:32:31 +11:00
|
|
|
#include "extent.hpp"
|
2015-04-13 16:45:56 +10:00
|
|
|
#include "tap.hpp"
|
2015-02-13 17:32:31 +11:00
|
|
|
|
|
|
|
int
|
|
|
|
main (void)
|
|
|
|
{
|
2015-04-13 16:45:56 +10:00
|
|
|
util::TAP::logger tap;
|
2015-03-03 04:13:29 +11:00
|
|
|
util::extent2f instance;
|
2015-04-15 14:06:30 +10:00
|
|
|
(void) instance;
|
2015-04-13 16:45:56 +10:00
|
|
|
tap.todo ("instancing test");
|
2015-02-13 17:32:31 +11:00
|
|
|
}
|