Ignore:
Timestamp:
06/25/20 00:34:29 (4 years ago)
Author:
Maciej Komosinski
Message:

Genetic format ID becomes a string (no longer limited to a single character)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/genoobj.h

    r732 r955  
    3939        static Geno* fromObject(const ExtValue& v, bool warn = true);
    4040        static ParamInterface* getInterface();
    41         static char formatFromExtValue(ExtValue& v);
     41        static SString formatFromExtValue(ExtValue& v);
    4242
    4343        static Param& getStaticParam();
Note: See TracChangeset for help on using the changeset viewer.