add gamesacky header guard

This commit is contained in:
PoliEcho 2025-04-14 14:49:44 +02:00
parent a61ff1e1d7
commit 8338b7fdc8

View File

@ -1,6 +1,9 @@
#include <ncurses.h>
#include <string>
#ifndef PARADOCS_GAFU_H_
#define PARADOCS_GAFU_H_
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
size_t spawn_menu(uint16_t begin_y, uint16_t begin_x, const char** choices,
@ -11,4 +14,6 @@ void print_in_middle(WINDOW* win, int starty, int startx, int width,
std::string spawncmd();
void async_clock_init();
void async_clock_init();
#endif // PARADOCS_GAFU_H_