git: Line endings of README.txt
[projects/chimara/chimara.git] / libchimara / glkunix.h
1 #ifndef __GLKUNIX_H__
2 #define __GLKUNIX_H__
3
4 #include <glib.h>
5 #include <libchimara/glkstart.h>
6
7 G_GNUC_INTERNAL gboolean parse_command_line(glkunix_argumentlist_t glkunix_arguments[], int argc, char *argv[], glkunix_startup_t *data);
8
9 #endif