Skip to content
Snippets Groups Projects
Transition.hpp 107 B
Newer Older
#ifndef TRANSITION__H
#define TRANSITION__H

#include <vector>

class Transition
{
  private :

};

#endif