// This file is a part of the Framsticks GDK. // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. // Refer to http://www.framsticks.com/ for further information. #include "impl/neuroimpl-simple.h" #include "impl/neuroimpl-channels.h" #include "impl/neuroimpl-fuzzy.h" #ifdef GDK_WITHOUT_FRAMS #include "impl/neuroimpl-body-gdk.h" #else #include "impl/neuroimpl-test.h" #include "impl/neuroimpl-body.h" #include "impl/neuroimpl-vectoreye.h" #include "impl/neuroimpl-vmot.hpp" #endif