#ifndef __MAIN_H #define __MAIN_H #define ASSETS "assets" #define CONFIG_FILE "config.cfg" typedef struct { char *base_directory; } msg_t; #endif