#ifndef OPENGLTEMPLATEDTEST_H
#define OPENGLTEMPLATEDTEST_H

class OpenGLtemplatedtest
{
public:

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


};



#endif


