12 lines
173 B
C++
12 lines
173 B
C++
#include "extent.hpp"
|
|
#include "tap.hpp"
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
util::TAP::logger tap;
|
|
util::extent2f instance;
|
|
(void) instance;
|
|
tap.todo ("instancing test");
|
|
}
|