bygfoot/src/main.h

21 lines
285 B
C
Raw Normal View History

2004-12-23 13:58:39 +01:00
#ifndef MAIN_H
#define MAIN_H
#include "bygfoot.h"
void
2005-09-29 15:41:16 +02:00
main_init(gint *argc, gchar ***argv);
2004-12-23 13:58:39 +01:00
void
main_init_variables(void);
void
2005-07-08 11:26:00 +02:00
main_exit_program(gint exit_code, gchar *exit_message)
__attribute__ ((noreturn));
2004-12-23 13:58:39 +01:00
2005-09-29 15:41:16 +02:00
void
main_parse_cl_arguments(gint *argc, gchar ***argv);
2004-12-23 13:58:39 +01:00
#endif