Skip to content

Commit

Permalink
Update libreria.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucilacaero committed Nov 17, 2023
1 parent 712d9ac commit ce9ad7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Proyecto/libreria/libreria.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ class LIBRERIA_EXPORT Libreria
public:
Libreria();
};

code anotarClase (Clase clase, Asistencia *asist, float horario);
code bajarClase (Clase *clase, Asistencia *asist, unsigned int idClase);
bool espacio(Clase clase, unsigned int h);
int BuscarIdClases(Clase *clases, int horario, str nombre);
#endif // LIBRERIA_H

0 comments on commit ce9ad7e

Please sign in to comment.