horno_simulator_2026/horno.h
2026-07-31 01:53:26 +00:00

10 lines
145 B
C

#ifndef HORNO_H
#define HORNO_H
#include "empanada.h"
#define MAX_EMPANADAS 10
void mostrarEmpanadas(Empanada horno[], int cantidad);
#endif