|
Snapple
|
#include <scene_game.hpp>
Fungsi Anggota Publik | |
| MathQuestionDisplay () | |
| void | init (raylib::Font *game_font) |
| void | reset () |
| void | generate_new_question () |
| void | draw_answers () |
Atribut Publik | |
| MathQuestion | q_now |
Kelas yang mengatur display matematika. Ada bagian untuk widget di bar dan jawaban yang bisa "dimakan" pengguna.
| MathQuestionDisplay::MathQuestionDisplay | ( | ) |
| void MathQuestionDisplay::draw_answers | ( | ) |
| void MathQuestionDisplay::generate_new_question | ( | ) |
| void MathQuestionDisplay::init | ( | raylib::Font * | game_font | ) |
| void MathQuestionDisplay::reset | ( | ) |
| MathQuestion MathQuestionDisplay::q_now |