horno_simulator/horno.h
2025-04-23 21:09:12 -03: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