add shell for merging GuiLite to 1 header & 1 cpp file

This commit is contained in:
idea4good
2019-08-19 15:26:36 +08:00
parent aa8c85c292
commit c9bbae7292
7 changed files with 88 additions and 7 deletions

View File

@@ -295,4 +295,4 @@ void c_keyboard_button::on_paint()
letter[0] = m_resource_id;
}
c_word::draw_string_in_rect(m_surface, m_z_order, letter, rect, m_font_type, m_font_color, GL_ARGB(0, 0, 0, 0), m_attr);
}
}