Other addons usually have the library name, include name and object the same, like ```c++ ofxSvg ofxSvg.h ofxSvg svg; ``` It would be great if ofxAssimp could be at least the include with the same name of the library now it is: ```c++ ofxAssimp ofxAssimpModel.h ofx::assimp::Model model; ```