Changeset 64 for cpp/gdk/model.h
- Timestamp:
- 01/28/11 23:29:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/model.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 _MODEL_H_ … … 408 408 /////////////////////////// 409 409 410 static constPart& getMinPart();411 static constPart& getMaxPart();412 static constPart& getDefPart();413 static constJoint& getMinJoint();414 static constJoint& getMaxJoint();415 static constJoint& getDefJoint();416 static constNeuro& getMinNeuro();417 static constNeuro& getMaxNeuro();418 static constNeuro& getDefNeuro();410 static Part& getMinPart(); 411 static Part& getMaxPart(); 412 static Part& getDefPart(); 413 static Joint& getMinJoint(); 414 static Joint& getMaxJoint(); 415 static Joint& getDefJoint(); 416 static Neuro& getMinNeuro(); 417 static Neuro& getMaxNeuro(); 418 static Neuro& getDefNeuro(); 419 419 }; 420 420
Note: See TracChangeset
for help on using the changeset viewer.