Blame view

ui.h 148 Bytes
ea1218f1   henyxia   UI finished
1
2
3
  #ifndef __UI_H__
  #define __UI_H__
  
cdaa873f   henyxia   Log fixed
4
5
6
7
8
  void*	drawUI(void*);
  void	initUILog();
  void	addToLog(char*);
  void	displayUI();
  void	setStartTime(char*);
ea1218f1   henyxia   UI finished
9
10
  
  #endif