#include "../includes.hpp"
#include "interface.c"
Functions | |
int | setupGUI (int argc, char *argv[]) |
int setupGUI | ( | int | argc, | |
char * | argv[] | |||
) |
Create the controls-window which uses the GTK+ library.
argc | Argument-count - same as in ANSI-main(). | |
argv | Argument-vector - same as in ANSI-main(). |