Changeset 64 for cpp/gdk/model.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/model.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 _MODEL_H_
     
    408408///////////////////////////
    409409
    410 static const Part& getMinPart();
    411 static const Part& getMaxPart();
    412 static const Part& getDefPart();
    413 static const Joint& getMinJoint();
    414 static const Joint& getMaxJoint();
    415 static const Joint& getDefJoint();
    416 static const Neuro& getMinNeuro();
    417 static const Neuro& getMaxNeuro();
    418 static const Neuro& getDefNeuro();
     410static Part& getMinPart();
     411static Part& getMaxPart();
     412static Part& getDefPart();
     413static Joint& getMinJoint();
     414static Joint& getMaxJoint();
     415static Joint& getDefJoint();
     416static Neuro& getMinNeuro();
     417static Neuro& getMaxNeuro();
     418static Neuro& getDefNeuro();
    419419};
    420420
Note: See TracChangeset for help on using the changeset viewer.