9 lines
138 B
C
9 lines
138 B
C
|
#ifndef __INC_GRAPHICS_H
|
||
|
#define __INC_GRAPHICS_H
|
||
|
|
||
|
#include "tx_port.h"
|
||
|
|
||
|
void graphics_thread_entry(ULONG _);
|
||
|
|
||
|
#endif // __INC_GRAPHICS_H
|