Last change
on this file since 73 was
69,
checked in by sz, 14 years ago
|
removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!
|
-
Property svn:eol-style set to
native
|
File size:
476 bytes
|
Rev | Line | |
---|
[64] | 1 | // This file is a part of the Framsticks GDK library. |
---|
| 2 | // Copyright (C) 2002-2011 Szymon Ulatowski. See LICENSE.txt for details. |
---|
| 3 | // Refer to http://www.framsticks.com/ for further information. |
---|
[5] | 4 | |
---|
| 5 | #include "neuroimpl-simple.h" |
---|
| 6 | #include "neuroimpl-channels.h" |
---|
| 7 | #include "neuroimpl-fuzzy.h" |
---|
[69] | 8 | #ifdef GDK_WITHOUT_FRAMS |
---|
[5] | 9 | #include "neuroimpl-body-gdk.h" |
---|
[69] | 10 | #else |
---|
| 11 | #include "neuroimpl-test.h" |
---|
| 12 | #include "neuroimpl-body.h" |
---|
| 13 | #include "neuroimpl-vectoreye.h" |
---|
| 14 | #include "neuroimpl-vmot.hpp" |
---|
| 15 | #endif |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.