This commit is contained in:
PoliEcho 2024-11-29 10:29:08 +01:00
parent 0ea762d1d3
commit 452f6e079f
4 changed files with 6 additions and 2 deletions

0
src/grades/grades.h Normal file
View File

6
src/grades/ui.cpp Normal file
View File

@ -0,0 +1,6 @@
#include <curses.h>
#include <menu.h>
void grades_page() {
}

0
src/grades/ui.h Normal file
View File

View File

@ -4,9 +4,7 @@
#include <cstdlib>
#include <cstring>
#include <curses.h>
#include <iostream>
#include <menu.h>
#include <string>
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
#define CTRLD 4