projects
/
rodin
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2028db24c88c452ab9a35b05ac776a30f82ef476
[rodin/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