This commit is contained in:
2026-02-04 19:59:37 -06:00
commit 31d59fd0fc
7 changed files with 169 additions and 0 deletions

7
window.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef WINDOW_H
#define WINDOW_H
int dostuff(void);
int homewin(void);
#endif