code wiki / _hdl_build / nx_game_city_gate.nx
nx_game_city_gate.nx
buildroot/runtime/_hdl_build/nx_game_city_gate.nx
dependencies 5 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_game_raster.nxnx_png.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 16 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 19 | func c_count(board: *i64, n: i64, kind: i64) -> i64 { var c: i64=0; var i: i64=0; while i<n { if board[i]==kind { c=c+1 } i=i+1 } return c } |
| 21 | func c_tick(board: *i64, n: i64, res: *i64) -> i64 |
| 28 | func c_render(fb: *i64, w: i64, h: i64, cell: i64, gw_: i64, gh_: i64, board: *i64, res: *i64) -> i64 |
| 45 | func main() -> i64 |