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