/* * class Gosu::Window * * */ #ifndef GOSU_WINDOW_H #define GOSU_WINDOW_H #include "common.h" void Init_Gosu_Window(VALUE module); #endif // GOSU_WINDOW_H