- Timestamp:
- 02/17/18 19:19:25 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.h
r726 r738 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 7Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2018 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 260 260 261 261 enum Hint 262 { 262 263 /** don't draw neurons of this class */ 263 {264 264 Invisible = 1, 265 265 /** don't draw classname label below the neuron */
Note: See TracChangeset
for help on using the changeset viewer.