Update gtk140
This commit is contained in:
parent
7a1fedd823
commit
9f70e5a9c7
|
@ -26,7 +26,7 @@ find_package (Gettext REQUIRED)
|
|||
set(PO_DIR ${CMAKE_BINARY_DIR}/po/zh_CN/LC_MESSAGES)
|
||||
|
||||
#Source files
|
||||
set(SOURCE_FILE src/main.cc src/MineSweeper.cc)
|
||||
set(SOURCE_FILE src/main.cc src/MineSweeper.cc src/TimesWin.cc)
|
||||
|
||||
#Compile Resource
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include "InputBox.hh"
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
class InputBox : public Gtk::Dialog{};
|
|
@ -0,0 +1 @@
|
|||
#include "TimesWin.hh"
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
class TimesWin : public Gtk::Window{
|
||||
|
||||
};
|
Loading…
Reference in New Issue