Ignore:
Timestamp:
05/10/20 01:24:46 (4 years ago)
Author:
Maciej Komosinski
Message:

Hinges and a muscle for solid shapes in f0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/modelparts.h

    r915 r920  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    283283                V1BendMuscle = 64,
    284284                V1RotMuscle = 128,
    285                 LinearMuscle = 256
     285                LinearMuscle = 256,
     286                SolidMuscleFlag = 512 // the "Flag" suffix should be unified/made consistent with other enum items
    286287        };
    287288
Note: See TracChangeset for help on using the changeset viewer.