1
0
Fork 0
auts/isotest/const.v

9 lines
83 B
V

module main
const (
c_tile_w = 32
c_tile_h = 16
c_cell_w = 32
c_cell_h = 16
)