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