/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2012 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * controller_AddOn_SystemCommandJob.cpp * * Created on: 04.06.2012 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "CodePatterns/MemDebug.hpp" #include "controller_SystemCommandJob.hpp" struct controller_AddOn; controller_AddOn *getAddOn() { return new controller_SystemCommandJob(); }