6 lines
102 B
C
Executable File
6 lines
102 B
C
Executable File
#ifndef _UI_BUFFER_H_
|
|
#define _UI_BUFFER_H_
|
|
|
|
extern void UI_RegisterBuf(void);
|
|
|
|
#endif //_UI_BUFFER_H_
|