#include <wx/textfile.h>
Include dependency graph for netio.cpp:
Go to the source code of this file.
Functions | |
void | ParseFile (wxTextFile *file) |
|
Definition at line 13 of file netio.cpp.
00014 { 00015 int input, output, h_layers, n_per_layer, size, type; 00016 00017 ngui_frame->Log("Test"); 00018 00019 Net net(input, output, h_layers, n_per_layer); 00020 } |