bygfoot/src/main.h

17 lines
225 B
C
Raw Normal View History

2004-12-23 13:58:39 +01:00
#ifndef MAIN_H
#define MAIN_H
#include "bygfoot.h"
void
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
#endif