2016 ソフトウェア設計及び演習用の班Wiki
16::gr13::start.h
#ifndef _START_H_ #define _START_H_ #include <gtk/gtk.h> #include <SDL.h> #include <SDL_mixer.h> #include <stdio.h> #include "keyevent_1.h" static gboolean cb_mouse_press (GtkWidget *widget, GdkEventButton *event, gpointer user_data) #endif //start.h
最終更新日:2016/08/05 07:16:26