source: js/sdk/js_interface/js_interface.cpp @ 1324

Last change on this file since 1324 was 1324, checked in by Maciej Komosinski, 5 weeks ago

Updated for current SDK sources and current Emscripten

File size: 1.3 KB
Line 
1#include <frams/genetics/defgenoconv.h>
2#include <frams/model/model.h>
3#include <frams/model/modelparts.h>
4#include <frams/util/multimap.h>
5#include <frams/util/multirange.h>
6#include <frams/genetics/geno.h>
7#include <frams/genetics/genman.h>
8#include <frams/genetics/preconfigured.h>
9#include <frams/canvas/nn_layout_model.h>
10#include <frams/genetics/genooperators.h>
11#include <frams/genetics/fH/fH_oper.h>
12#include <frams/genetics/fB/fB_oper.h>
13#include <frams/genetics/fL/fL_oper.h>
14#include <frams/genetics/f4/f4_oper.h>
15#include <frams/genetics/f9/f9_oper.h>
16#include <frams/genetics/fF/fF_oper.h>
17#include <frams/genetics/fS/fS_oper.h>
18#include <frams/genetics/fn/fn_oper.h>
19#include <frams/genetics/genoconv.h>
20#include <frams/genetics/f4/f4_conv.h>
21#include <frams/genetics/fH/fH_conv.h>
22#include <frams/genetics/fB/fB_conv.h>
23#include <frams/genetics/f9/f9_conv.h>
24#include <frams/genetics/fS/fS_conv.h>
25#include <frams/genetics/fn/fn_conv.h>
26#include <frams/genetics/fL/fL_conv.h>
27#include <common/loggers/loggers.h>
28#include <common/loggers/loggertostdout.h>
29#include <common/virtfile/stringfile.h>
30#include <frams/param/param.h>
31#include <frams/param/paramtree.h>
32#include <frams/param/mutableparam.h>
33#include <frams/_demos/genotypemini.h>
34#include <frams/_demos/genotypeloader.h>
35#include "js_types.h"
36#include "js_interface_impl.cpp"
Note: See TracBrowser for help on using the repository browser.