nonfunctional, working on seperate screen files

This commit is contained in:
2025-08-05 14:17:27 -04:00
parent 7d8f3d70b3
commit 1a90a816e5
5 changed files with 70 additions and 45 deletions

10
home.h Normal file
View File

@@ -0,0 +1,10 @@
/* SPDX-License-Identifier: MIT */
#ifndef HOME_H /* header guard */
#define HOME_H
#include "globals.h"
void draw_home(struct Screen *screen, char *input);
#endif