first commit

This commit is contained in:
Rom4ka 2026-07-31 01:53:26 +00:00
commit 51c233c7f5
10 changed files with 260 additions and 0 deletions

10
horno.h Normal file
View file

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