Ignore:
Timestamp:
04/11/14 23:39:36 (10 years ago)
Author:
Maciej Komosinski
Message:

"Distributed" deserializable class registry, so that ExtValue? does not depend on so many other classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/3dobject.h

    r197 r222  
    3838static ExtObject makeStaticObject(Pt3D* p);
    3939static ExtObject makeDynamicObject(Pt3D_Ext* p);
     40static ExtObject makeDynamicObject(const Pt3D& p);
    4041static Pt3D_Ext* fromObject(const ExtValue& v);
    4142static Param& getStaticParam();
Note: See TracChangeset for help on using the changeset viewer.