Blame view

ui.h 172 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*);
3bdc9daf   henyxia   NFC Added
9
  void	setTagName(char*);
ea1218f1   henyxia   UI finished
10
11
  
  #endif