Changeset 64 for cpp/gdk/modelparts.h


Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/modelparts.h

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
     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.
    44
    55#ifndef _MODELPARTS_H_
     
    241241        /** draw the neuron at the second part when attached to joint (default is in the middle) */
    242242   AtSecondPart=8,
    243         /** use muscle colour for this neuro unit */
    244    MuscleClass=16,
     243        /** use effector colour for this neuro unit */
     244   EffectorClass=16,
    245245        /** use receptor colour for this neuro unit */
    246246   ReceptorClass=32,
    247247   V1BendMuscle=64,
    248    V1RotMuscle=128
     248   V1RotMuscle=128,
    249249 };
    250250
     
    349349PARAMPROCDEF(p_getInputNeuroIndex);
    350350PARAMPROCDEF(p_getInputWeight);
     351PARAMGETDEF(classObject);
    351352#undef STATRICKCLASS
    352353
Note: See TracChangeset for help on using the changeset viewer.