control_panel.h 130 B

123456789
  1. #ifndef CONTROL_PANEL_H_
  2. #define CONTROL_PANEL_H_
  3. void control_init();
  4. void control_render();
  5. void control_mouse_down();
  6. #endif