Ignore:
Timestamp:
02/03/11 03:09:19 (13 years ago)
Author:
sz
Message:

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!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neuroimpl-body-gdk.h

    r66 r69  
    1616};
    1717
     18extern ParamEntry NI_Touch_tab[];
    1819class NI_Touch: public NeuroImpl
    1920{
    2021public:
     22double range;
    2123NeuroImpl* makeNew(){return new NI_Touch();} // for NeuroFactory
    2224int lateinit() {if (!neuro->part) return 0; simorder=0; return 1;}
    2325void go() {setState(0);}
     26NI_Touch():range(1) {paramentries=NI_Touch_tab;}
    2427};
    2528
Note: See TracChangeset for help on using the changeset viewer.