8 lines
116 B
C
8 lines
116 B
C
#ifndef DISPLAY_H
|
|
#define DISPLAY_H
|
|
|
|
void screenDisplay( unsigned short int **tab,int size);
|
|
|
|
#endif // !DISPLAY_H
|
|
|