mirror of
https://github.com/nikhilroxtomar/Simple-Operating-System-from-Scratch.git
synced 2026-01-14 00:48:50 +00:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef __TASKBAR_H__
|
|
#define __TASKBAR_H__
|
|
|
|
void taskbar();
|
|
|
|
#endif
|