1 #pragma once
2 
3 namespace QtCollider {
4 void initPrimitives();
5 void init();
6 int exec(int argc, char** argv);
7 }
8