1234
struct my_class { my_class( const std::string& s, int n ) { ... }; };
my_class my_object( "Hello", -7 );
someClass anInstance;
Animation animation;
Animation animation(this, 0.5f);
extern Animation animation;
Animation animation(thisxxx, 0.5f);