shithub: orca

ref: 33fa5ff1b58612b8937b148e399f8e7c8041dc7c
dir: /sim.c/

View raw version
#include "field.h"
#include "sim.h"

void orca_run(Field* f) {
  (void)f;
}