Initial commit
This commit is contained in:
commit
441143482a
13 changed files with 230 additions and 0 deletions
8
utils.h
Normal file
8
utils.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
void limpiarPantalla();
|
||||
void pausar();
|
||||
void imprimirHeader();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue