Commit 4cb8780c by krmaet

Add new file

parent 5d0823f0
Showing with 21 additions and 0 deletions
#ifndef MAIN_H
#define MAIN_H
#include <ncurses.h>
#include "changedata.h"
#define STR_MAX 128
#define ENTER_KEY 10
#define UP_KEY 65
#define DOWN_KEY 66
#define NONE -1
WINDOW *create_newwin(int height, int width, int starty, int startx);
void printIntro(int *row, int *col);
int printIntroMenu(int *row, int *col);
enum admin{FLIGHT_INFO, CLIENT_INFO, EXIT};
enum assistant{USER_INFO, CHECK_IN};
enum user{NAME, DOCUMENT, SEAT, BAGGAGE, BACK};
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment