11 lines
385 B
C
11 lines
385 B
C
// i already wrote sol parsing in zig so
|
|
// this is just some stupid glue code to
|
|
// use that instead of dealing with it
|
|
// all over again in c
|
|
|
|
// this is scuffed but um i uncomment this is i need to generate include.zig
|
|
// but leave it commented for when ralib_crontend.c includes it
|
|
// #include "lref.h"
|
|
|
|
void load_sol_track(struct simulation* sim, char* filename, uint32_t index);
|