Changeset 1335 for cpp/frams/genetics/geneprops.h
- Timestamp:
- 05/06/25 22:56:57 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/geneprops.h
r1313 r1335 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 4Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2025 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 143 143 double cblue; ///<incremented by G, decremented by g. Part's blue color proportion 144 144 145 static GeneProps standard_values;145 static const GeneProps& get_standard_values(); 146 146 147 147 static GenePropsOps* getDefaultOps();
Note: See TracChangeset
for help on using the changeset viewer.