simulation: extract constants out to base.h from simulation_draw

This commit is contained in:
2026-03-18 14:10:34 +00:00
parent 59befd5a16
commit ac470ca080
3 changed files with 14 additions and 14 deletions

View File

@@ -9,8 +9,6 @@
#include "bf.h"
#define SIMULATION_SIZE (NUM_PROGRAMS * SIZEOF_PROGRAM)
typedef struct
{
bf_token memory[SIMULATION_SIZE];