Initial commit
This commit is contained in:
commit
441143482a
13 changed files with 230 additions and 0 deletions
10
horno.h
Normal file
10
horno.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue