Changeset 738 for cpp/frams


Ignore:
Timestamp:
02/17/18 19:19:25 (6 years ago)
Author:
Maciej Komosinski
Message:

Fixed comment location in source

File:
1 edited

Legend:

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

    r726 r738  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2017  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    260260
    261261        enum Hint
     262        {
    262263                /** don't draw neurons of this class */
    263         {
    264264                Invisible = 1,
    265265                /** don't draw classname label below the neuron */
Note: See TracChangeset for help on using the changeset viewer.