Ignore:
Timestamp:
06/05/20 17:27:32 (4 years ago)
Author:
Maciej Komosinski
Message:

Loads genotypes properly using Framsticks SDK methods instead of ad-hoc js parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • js/sdk/js_interface/js_interface.cpp

    r919 r944  
    1717#include <common/loggers/loggers.h>
    1818#include <common/loggers/loggertostdout.h>
     19#include <common/virtfile/stringfile.h>
    1920#include <frams/param/param.h>
    2021#include <frams/param/paramtree.h>
    2122#include <frams/param/mutableparam.h>
    2223#include <frams/_demos/genotypemini.h>
     24#include <frams/_demos/genotypeloader.h>
    2325#include "js_types.h"
    2426#include "js_interface_impl.cpp"
Note: See TracChangeset for help on using the changeset viewer.