Codebase list gtkballs / 07a19264-61ef-4780-83e6-f8537f1cb78c/main src / mainwin.h
07a19264-61ef-4780-83e6-f8537f1cb78c/main

Tree @07a19264-61ef-4780-83e6-f8537f1cb78c/main (Download .tar.gz)

mainwin.h @07a19264-61ef-4780-83e6-f8537f1cb78c/mainraw · history · blame

#ifndef __MAINWIN_H__
#define __MAINWIN_H__

void mw_create(gint da_width, gint da_height);
void mw_small_balls_add(GtkWidget *child);
void mw_show_hide_next_balls(gboolean show);
void mw_set_hi_score(gint score);
void mw_set_user_score(gint score);

GtkWidget *mw_get_da(void);

#endif