Changeset 64 for cpp/gdk/modelparts.h
- Timestamp:
- 01/28/11 23:29:40 (14 years ago)
- 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-20 06Szymon 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. 4 4 5 5 #ifndef _MODELPARTS_H_ … … 241 241 /** draw the neuron at the second part when attached to joint (default is in the middle) */ 242 242 AtSecondPart=8, 243 /** use musclecolour for this neuro unit */244 MuscleClass=16,243 /** use effector colour for this neuro unit */ 244 EffectorClass=16, 245 245 /** use receptor colour for this neuro unit */ 246 246 ReceptorClass=32, 247 247 V1BendMuscle=64, 248 V1RotMuscle=128 248 V1RotMuscle=128, 249 249 }; 250 250 … … 349 349 PARAMPROCDEF(p_getInputNeuroIndex); 350 350 PARAMPROCDEF(p_getInputWeight); 351 PARAMGETDEF(classObject); 351 352 #undef STATRICKCLASS 352 353
Note: See TracChangeset
for help on using the changeset viewer.