Added clear screen function for linux and win32
This commit is contained in:
parent
860cd8cd81
commit
5878d588d8
5 changed files with 47 additions and 8 deletions
6
utils/clear_screen.h
Normal file
6
utils/clear_screen.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _CLEAR_SCREEN_H_
|
||||
#define _CLEAR_SCREEN_H_
|
||||
|
||||
void clearScreen();
|
||||
|
||||
#endif
|
||||
Reference in a new issue