mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
11 lines
107 B
C
11 lines
107 B
C
#ifndef ABOUT_H
|
|
#define ABOUT_H
|
|
|
|
#include "wm.h"
|
|
|
|
extern Window win_about;
|
|
|
|
void about_init(void);
|
|
|
|
#endif
|