mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
10 lines
107 B
C
10 lines
107 B
C
#ifndef ABOUT_H
|
|
#define ABOUT_H
|
|
|
|
#include "wm.h"
|
|
|
|
extern Window win_about;
|
|
|
|
void about_init(void);
|
|
|
|
#endif
|