mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Initial commit
This commit is contained in:
10
src/kernel/about.h
Normal file
10
src/kernel/about.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ABOUT_H
|
||||
#define ABOUT_H
|
||||
|
||||
#include "wm.h"
|
||||
|
||||
extern Window win_about;
|
||||
|
||||
void about_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user