#ifndef PLANEINTTEST_H
#define PLANEINTTEST_H

#include <cassert>

#include <print.h>
#include <gobj.h>

class planeinttest
{
public:

  /** Global graphics container. */
  gobjContainer xGraphics;

  void test01(int & argc, char** argv);

};




#endif


